GET /api/bet_types/638881f2-2ac8-456b-aa83-cc8b2dc05d8b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "638881f2-2ac8-456b-aa83-cc8b2dc05d8b",
    "match": "https://api-prod.gambitprofit.com/api/matches/bf24a7a8-0c10-44c8-acdc-fadf3aa75ad7/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-25T08:38:08.003053-04: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": "TOR (C Bassitt)",
                "amount": 5980.0
            },
            {
                "team": "CLE (T Bibee)",
                "amount": 4020.0
            }
        ],
        "expected_reward_tokens": 9567.6,
        "profit_sb": 67.6,
        "profit_sb_percentage": 0.71,
        "recommended": true
    },
    "lines": [
        {
            "id": "63cbebcb-d669-4f33-b35e-ae984f308a9a",
            "gambit_id": "307a20d6-b530-4257-a0be-5c96998286ba",
            "last_updated": "2023-08-28T18:32:59.066752-04:00",
            "created_at": "2023-08-25T08:38:08.007803-04:00",
            "name": "TOR (C Bassitt)",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/638881f2-2ac8-456b-aa83-cc8b2dc05d8b/?format=api"
        },
        {
            "id": "ab56442f-d48e-4213-becd-be6b5b3079ce",
            "gambit_id": "a1491426-e9a8-41f4-a91c-d25a80fd7c7a",
            "last_updated": "2023-08-28T18:32:59.070367-04:00",
            "created_at": "2023-08-25T08:38:08.012034-04:00",
            "name": "CLE (T Bibee)",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/638881f2-2ac8-456b-aa83-cc8b2dc05d8b/?format=api"
        }
    ]
}