GET /api/bet_types/bf4917ba-d8e4-42a8-9e9b-71124cae6c54/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bf4917ba-d8e4-42a8-9e9b-71124cae6c54",
    "match": "https://api-prod.gambitprofit.com/api/matches/9319f946-5e6b-4203-ad19-3362cb45ce30/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Minnesota",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10200.0,
        "profit_sb": 1200.0,
        "profit_sb_percentage": 13.33,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Minnesota",
                "amount": 9296.0
            },
            {
                "team": "Colorado",
                "amount": 704.0
            }
        ],
        "expected_reward_tokens": 9475.84,
        "profit_sb": 475.84,
        "profit_sb_percentage": 5.29,
        "recommended": true
    },
    "lines": [
        {
            "id": "a326a6c5-6169-4c01-b621-e35f0fbd9bdf",
            "gambit_id": "2c604b6d-30d7-41b4-a42b-e8f9f6da1038",
            "last_updated": "2022-09-18T09:27:37.718764-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota",
            "reward": "1.02000",
            "odds": "1.02000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bf4917ba-d8e4-42a8-9e9b-71124cae6c54/?format=api"
        },
        {
            "id": "f8ddc7b9-28f3-4ed9-af88-40494dd95b89",
            "gambit_id": "3853e43d-953d-4739-a86a-d4cfa2331ff1",
            "last_updated": "2022-09-18T09:27:37.719755-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Colorado",
            "reward": "13.46000",
            "odds": "15.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bf4917ba-d8e4-42a8-9e9b-71124cae6c54/?format=api"
        }
    ]
}