GET /api/bet_types/a5d5c6a4-35c7-4c7d-845a-73ab025c26d2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a5d5c6a4-35c7-4c7d-845a-73ab025c26d2",
    "match": "https://api-prod.gambitprofit.com/api/matches/75c5ec2d-824d-4965-8ae1-1ba36c49bc5f/?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": "Seattle Kraken",
                "amount": 5292.0
            },
            {
                "team": "Vancouver Canucks",
                "amount": 4708.0
            }
        ],
        "expected_reward_tokens": 8943.48,
        "profit_sb": -56.52,
        "profit_sb_percentage": -0.63,
        "recommended": false
    },
    "lines": [
        {
            "id": "afbe88c1-b1fc-4409-83df-dbba6a43456b",
            "gambit_id": "a7e3d1d7-63c8-40bb-a325-e83c697dbbe1",
            "last_updated": "2022-12-23T11:57:12.743786-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Seattle Kraken",
            "reward": "1.69000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a5d5c6a4-35c7-4c7d-845a-73ab025c26d2/?format=api"
        },
        {
            "id": "34815115-2d34-4c5a-93f2-1e99a405af09",
            "gambit_id": "78f881de-89a8-4d73-b184-ceb75cf1f6f6",
            "last_updated": "2022-12-23T11:57:12.742703-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Vancouver Canucks",
            "reward": "1.90000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a5d5c6a4-35c7-4c7d-845a-73ab025c26d2/?format=api"
        }
    ]
}