GET /api/bet_types/d58f1c6d-fb4a-4c67-bd90-51dec6f69161/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d58f1c6d-fb4a-4c67-bd90-51dec6f69161",
    "match": "https://api-prod.gambitprofit.com/api/matches/586ba502-3dd5-41d6-9a31-fa6502319df2/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-02-05T10:03:22.197760-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": "Golden State Warriors",
                "amount": 5107.0
            },
            {
                "team": "Brooklyn Nets",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "d7720e6c-9723-46dd-8154-82a26e5fc34b",
            "gambit_id": "ce62c4c7-06f9-4dd7-adc8-73703df48f40",
            "last_updated": "2024-02-07T01:52:58.775731-05:00",
            "created_at": "2024-02-05T10:03:22.201966-05:00",
            "name": "Golden State Warriors",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d58f1c6d-fb4a-4c67-bd90-51dec6f69161/?format=api"
        },
        {
            "id": "84e444ec-3f07-4c50-be53-a42c5a3badde",
            "gambit_id": "4275f46a-038c-40bd-904d-073e8a6bb0e2",
            "last_updated": "2024-02-07T01:52:58.778984-05:00",
            "created_at": "2024-02-05T10:03:22.212601-05:00",
            "name": "Brooklyn Nets",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d58f1c6d-fb4a-4c67-bd90-51dec6f69161/?format=api"
        }
    ]
}