GET /api/bet_types/97973354-5fd9-4c96-af26-98dad11cf6c4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "97973354-5fd9-4c96-af26-98dad11cf6c4",
    "match": "https://api-prod.gambitprofit.com/api/matches/2dac3759-d8d3-4692-a069-44bd36b6a6da/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-14T19:52:11.872265-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": "Xavier",
                "amount": 8486.0
            },
            {
                "team": "Kennesaw State",
                "amount": 1514.0
            }
        ],
        "expected_reward_tokens": 9504.32,
        "profit_sb": 4.32,
        "profit_sb_percentage": 0.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "3346aa2e-8986-4854-a753-0138387bd917",
            "gambit_id": "8d5666f3-b2e4-475a-bb05-b2dd49d39d0a",
            "last_updated": "2023-03-18T11:47:25.010289-04:00",
            "created_at": "2023-03-14T19:52:11.874490-04:00",
            "name": "Xavier",
            "reward": "1.12000",
            "odds": "1.12500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/97973354-5fd9-4c96-af26-98dad11cf6c4/?format=api"
        },
        {
            "id": "12279a24-55d5-4b94-be44-d02bb9336cd1",
            "gambit_id": "4c31f3df-eb5d-407b-8214-f46e1982834c",
            "last_updated": "2023-03-18T11:47:25.012070-04:00",
            "created_at": "2023-03-14T19:52:11.876846-04:00",
            "name": "Kennesaw State",
            "reward": "6.28000",
            "odds": "6.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/97973354-5fd9-4c96-af26-98dad11cf6c4/?format=api"
        }
    ]
}