GET /api/bet_types/317ae648-1172-4362-aac8-f3e70714f2a2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "317ae648-1172-4362-aac8-f3e70714f2a2",
    "match": "https://api-prod.gambitprofit.com/api/matches/20622cea-3b98-445e-aa08-80404661d007/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-22T09:08:19.197941-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": "Sacramento Kings",
                "amount": 5214.0
            },
            {
                "team": "New Orleans Pelicans",
                "amount": 4786.0
            }
        ],
        "expected_reward_tokens": 9332.7,
        "profit_sb": -167.3,
        "profit_sb_percentage": -1.76,
        "recommended": false
    },
    "lines": [
        {
            "id": "32ebc496-a1dd-4290-90c9-80717ce511af",
            "gambit_id": "5b6c6ef0-a159-4f97-a29a-85df33a6324f",
            "last_updated": "2023-11-23T16:13:02.581700-05:00",
            "created_at": "2023-11-22T09:08:19.201829-05:00",
            "name": "Sacramento Kings",
            "reward": "1.79000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/317ae648-1172-4362-aac8-f3e70714f2a2/?format=api"
        },
        {
            "id": "dd813561-01ea-42f4-a775-238edc917e67",
            "gambit_id": "907e6ee7-716b-4559-9828-e8535eca7772",
            "last_updated": "2023-11-23T16:13:02.591917-05:00",
            "created_at": "2023-11-22T09:08:19.206696-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.95000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/317ae648-1172-4362-aac8-f3e70714f2a2/?format=api"
        }
    ]
}