GET /api/bet_types/9717ab5f-c9c1-4a5c-b6a5-b3a37899e8df/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9717ab5f-c9c1-4a5c-b6a5-b3a37899e8df",
    "match": "https://api-prod.gambitprofit.com/api/matches/290cedad-4bd5-4ed2-b2b9-e9e15e872a19/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-22T08:38:11.322062-04: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 Over 9",
                "amount": 5319.0
            },
            {
                "team": "Game Total Under 9",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "1e788191-b21e-43ea-b0c2-c1317e6e784b",
            "gambit_id": "03715379-e855-412f-8c2f-f334d8045c68",
            "last_updated": "2023-07-23T21:58:27.110142-04:00",
            "created_at": "2023-07-22T08:38:11.326192-04:00",
            "name": "Game Total Over 9",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9717ab5f-c9c1-4a5c-b6a5-b3a37899e8df/?format=api"
        },
        {
            "id": "7f568c97-c475-4e10-abfd-217e8cde788a",
            "gambit_id": "ad62a07e-865d-41e6-978f-fd67b83360a1",
            "last_updated": "2023-07-23T21:58:27.113277-04:00",
            "created_at": "2023-07-22T08:38:11.330298-04:00",
            "name": "Game Total Under 9",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9717ab5f-c9c1-4a5c-b6a5-b3a37899e8df/?format=api"
        }
    ]
}