GET /api/bet_types/de2b4736-fad2-4d54-ae96-8c4c7dc14c98/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "de2b4736-fad2-4d54-ae96-8c4c7dc14c98",
    "match": "https://api-prod.gambitprofit.com/api/matches/0c00116c-9b7a-41e9-b060-d99c6a31265c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-14T12:38:25.165416-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": "TOR (J Berrios)",
                "amount": 6104.0
            },
            {
                "team": "ARI (R Nelson)",
                "amount": 3896.0
            }
        ],
        "expected_reward_tokens": 9583.28,
        "profit_sb": 83.28,
        "profit_sb_percentage": 0.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "2f91e032-d099-40bc-ac1c-464c26162b77",
            "gambit_id": "62d67d89-bb59-4dc5-bba7-4c360482edd7",
            "last_updated": "2023-07-17T09:13:05.705208-04:00",
            "created_at": "2023-07-14T12:38:25.170327-04:00",
            "name": "TOR (J Berrios)",
            "reward": "1.57000",
            "odds": "1.59520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de2b4736-fad2-4d54-ae96-8c4c7dc14c98/?format=api"
        },
        {
            "id": "c082616e-ca10-4bcf-b145-8455114c70e2",
            "gambit_id": "d0707fd2-4622-44b3-81f9-8b792528aa31",
            "last_updated": "2023-07-17T09:13:05.703870-04:00",
            "created_at": "2023-07-14T12:38:25.167952-04:00",
            "name": "ARI (R Nelson)",
            "reward": "2.46000",
            "odds": "2.53000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de2b4736-fad2-4d54-ae96-8c4c7dc14c98/?format=api"
        }
    ]
}