GET /api/bet_types/c24880e6-9748-42d6-a69d-8bf9effd5b4c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c24880e6-9748-42d6-a69d-8bf9effd5b4c",
    "match": "https://api-prod.gambitprofit.com/api/matches/ab562a1f-2f1c-43df-a3ac-d21b6147e8b4/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-13T09:11:48.182971-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": 7378.0
            },
            {
                "team": "San Antonio Spurs",
                "amount": 2622.0
            }
        ],
        "expected_reward_tokens": 9148.72,
        "profit_sb": 148.72,
        "profit_sb_percentage": 1.65,
        "recommended": true
    },
    "lines": [
        {
            "id": "eb1a0fa5-1e45-4382-8e85-fb48f19efb34",
            "gambit_id": "e5e4529f-66a5-4e61-9193-cc276970e4e5",
            "last_updated": "2023-01-14T12:07:00.845606-05:00",
            "created_at": "2023-01-13T09:11:48.185916-05:00",
            "name": "Golden State Warriors",
            "reward": "1.24000",
            "odds": "1.27780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c24880e6-9748-42d6-a69d-8bf9effd5b4c/?format=api"
        },
        {
            "id": "7a142d1a-406f-47e2-a991-efd1d1f27171",
            "gambit_id": "a8f6f50f-ac59-48f2-957e-10e92dc99bf4",
            "last_updated": "2023-01-14T12:07:00.842492-05:00",
            "created_at": "2023-01-13T09:11:48.184351-05:00",
            "name": "San Antonio Spurs",
            "reward": "3.49000",
            "odds": "3.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c24880e6-9748-42d6-a69d-8bf9effd5b4c/?format=api"
        }
    ]
}