GET /api/bet_types/07dd33cb-985b-44a4-9416-d39974e1e23c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "07dd33cb-985b-44a4-9416-d39974e1e23c",
    "match": "https://api-prod.gambitprofit.com/api/matches/91e175ec-4d82-4165-b743-0fb0e560651d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-14T19:52:12.337503-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": "Marquette",
                "amount": 8098.0
            },
            {
                "team": "Vermont",
                "amount": 1902.0
            }
        ],
        "expected_reward_tokens": 9471.96,
        "profit_sb": -28.04,
        "profit_sb_percentage": -0.3,
        "recommended": false
    },
    "lines": [
        {
            "id": "162e1c12-081c-428c-ae2b-411e39bb774e",
            "gambit_id": "f647b0dd-da27-42af-9103-2fcb0266ab11",
            "last_updated": "2023-03-18T11:47:25.924522-04:00",
            "created_at": "2023-03-14T19:52:12.340034-04:00",
            "name": "Marquette",
            "reward": "1.17000",
            "odds": "1.17860",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/07dd33cb-985b-44a4-9416-d39974e1e23c/?format=api"
        },
        {
            "id": "4ae8d24a-50fb-48a9-b233-3f1ed2ec9cfc",
            "gambit_id": "1b968f9d-f2c8-4d6d-aec9-812c40ce6b2a",
            "last_updated": "2023-03-18T11:47:25.926428-04:00",
            "created_at": "2023-03-14T19:52:12.342342-04:00",
            "name": "Vermont",
            "reward": "4.98000",
            "odds": "5.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/07dd33cb-985b-44a4-9416-d39974e1e23c/?format=api"
        }
    ]
}