GET /api/bet_types/d1d088f1-72f2-4208-8bb1-fe1e8bb46cb2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d1d088f1-72f2-4208-8bb1-fe1e8bb46cb2",
    "match": "https://api-prod.gambitprofit.com/api/matches/fb8bec88-775f-4161-89e8-d35a3a237d30/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Michigan",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10100.0,
        "profit_sb": 1100.0,
        "profit_sb_percentage": 12.22,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Michigan",
                "amount": 9500.0
            },
            {
                "team": "Colorado State",
                "amount": 500.0
            }
        ],
        "expected_reward_tokens": 9595.0,
        "profit_sb": 595.0,
        "profit_sb_percentage": 6.61,
        "recommended": true
    },
    "lines": [
        {
            "id": "98258e4d-d483-430a-a364-c3ef1fdf8d1b",
            "gambit_id": "f10ff1a1-7238-43fa-adbf-6e6ff7fdc193",
            "last_updated": "2022-09-05T10:02:30.120472-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Michigan",
            "reward": "1.01000",
            "odds": "1.01000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d1d088f1-72f2-4208-8bb1-fe1e8bb46cb2/?format=api"
        },
        {
            "id": "e616f09c-39d7-43cd-90d8-b28c2957dcb5",
            "gambit_id": "0fdd823c-a880-40c0-afb4-f5574735ff68",
            "last_updated": "2022-09-05T10:02:30.121601-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Colorado State",
            "reward": "19.20000",
            "odds": "21.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d1d088f1-72f2-4208-8bb1-fe1e8bb46cb2/?format=api"
        }
    ]
}