GET /api/bet_types/7429fd59-9fc7-46d5-8339-26b115c3aef1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7429fd59-9fc7-46d5-8339-26b115c3aef1",
    "match": "https://api-prod.gambitprofit.com/api/matches/436e75ec-2eb1-499b-afc0-09866ae405b9/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Alabama",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10400.0,
        "profit_sb": 1400.0,
        "profit_sb_percentage": 15.56,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Alabama",
                "amount": 8952.0
            },
            {
                "team": "Auburn",
                "amount": 1048.0
            }
        ],
        "expected_reward_tokens": 9306.24,
        "profit_sb": 306.24,
        "profit_sb_percentage": 3.4,
        "recommended": true
    },
    "lines": [
        {
            "id": "a0ae556d-44cb-495f-9854-ed57dc8c4bde",
            "gambit_id": "a993efc3-ec3d-462b-a26e-881943cea713",
            "last_updated": "2022-11-28T09:47:09.083064-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Alabama",
            "reward": "1.04000",
            "odds": "1.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7429fd59-9fc7-46d5-8339-26b115c3aef1/?format=api"
        },
        {
            "id": "35133af5-50f3-4204-a76e-a48cf3a6347c",
            "gambit_id": "c7f0c679-593c-4ce0-b58e-d3228fda6de5",
            "last_updated": "2022-11-28T09:47:09.084150-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Auburn",
            "reward": "8.88000",
            "odds": "10.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7429fd59-9fc7-46d5-8339-26b115c3aef1/?format=api"
        }
    ]
}