GET /api/bet_types/1100c561-adda-46d0-bd2f-3916d2c2b667/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1100c561-adda-46d0-bd2f-3916d2c2b667",
    "match": "https://api-prod.gambitprofit.com/api/matches/8eb64529-fc81-42b3-851f-ed4c94e0425a/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Boise State",
                "amount": 7990.0
            },
            {
                "team": "Wyoming",
                "amount": 2010.0
            }
        ],
        "expected_reward_tokens": 9266.1,
        "profit_sb": 266.1,
        "profit_sb_percentage": 2.96,
        "recommended": true
    },
    "lines": [
        {
            "id": "223ded2f-a369-4d5e-b2c3-a70516fb0d41",
            "gambit_id": "46e1b937-1029-4185-8d35-0753279e54ee",
            "last_updated": "2022-11-21T09:53:02.671910-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Boise State",
            "reward": "1.16000",
            "odds": "1.18180",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1100c561-adda-46d0-bd2f-3916d2c2b667/?format=api"
        },
        {
            "id": "bc39e254-b88d-4057-aec9-e057625e56bf",
            "gambit_id": "239d412d-d16c-46cd-b318-5fd4eebe9740",
            "last_updated": "2022-11-21T09:53:02.670699-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Wyoming",
            "reward": "4.61000",
            "odds": "5.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1100c561-adda-46d0-bd2f-3916d2c2b667/?format=api"
        }
    ]
}