GET /api/bet_types/c6635f04-ab86-40a9-99f1-004d8a976783/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c6635f04-ab86-40a9-99f1-004d8a976783",
    "match": "https://api-prod.gambitprofit.com/api/matches/73908d29-42e4-449b-bb6b-b86de3cd5244/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Game Total Under 58",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 58",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8850.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.67,
        "recommended": false
    },
    "lines": [
        {
            "id": "e162821d-5087-42e7-a373-291364ee5a14",
            "gambit_id": "e7c23ebd-13bc-428f-bf36-f867819fde14",
            "last_updated": "2022-09-18T13:02:34.181552-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 58",
            "reward": "1.77000",
            "odds": "1.90910",
            "spread": "58.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6635f04-ab86-40a9-99f1-004d8a976783/?format=api"
        },
        {
            "id": "9d9bf335-371d-450c-8222-87e6741ba527",
            "gambit_id": "b618bf1b-5a66-40ee-b1ea-b6373d4b5007",
            "last_updated": "2022-09-18T13:02:34.182730-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 58",
            "reward": "1.77000",
            "odds": "1.90910",
            "spread": "58.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6635f04-ab86-40a9-99f1-004d8a976783/?format=api"
        }
    ]
}