GET /api/bet_types/57000f37-0ad3-4ad4-ad77-a0ddc1941999/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "57000f37-0ad3-4ad4-ad77-a0ddc1941999",
    "match": "https://api-prod.gambitprofit.com/api/matches/e7918f7f-f5c4-40f3-9dd9-7c1569c58417/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-25T11:41:55.905521-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": "TAM (D Rasmussen)",
                "amount": 6182.0
            },
            {
                "team": "HOU (L Garcia)",
                "amount": 3818.0
            }
        ],
        "expected_reward_tokens": 9582.1,
        "profit_sb": 82.1,
        "profit_sb_percentage": 0.86,
        "recommended": true
    },
    "lines": [
        {
            "id": "54c3ce8f-5840-43d1-a9e1-23ec52a25b8b",
            "gambit_id": "d21704f8-46e3-47d6-bfef-029d5ef76be9",
            "last_updated": "2023-04-26T20:37:15.544997-04:00",
            "created_at": "2023-04-25T11:41:55.908111-04:00",
            "name": "TAM (D Rasmussen)",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/57000f37-0ad3-4ad4-ad77-a0ddc1941999/?format=api"
        },
        {
            "id": "78469103-b308-4b3e-9144-76cce84fd17a",
            "gambit_id": "8857c56b-705d-4da0-96c0-673ae9e09b8d",
            "last_updated": "2023-04-26T20:37:15.546593-04:00",
            "created_at": "2023-04-25T11:41:55.910776-04:00",
            "name": "HOU (L Garcia)",
            "reward": "2.51000",
            "odds": "2.57000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/57000f37-0ad3-4ad4-ad77-a0ddc1941999/?format=api"
        }
    ]
}