GET /api/bet_types/b8164e0b-107a-452b-8737-708d4fc45d4b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b8164e0b-107a-452b-8737-708d4fc45d4b",
    "match": "https://api-prod.gambitprofit.com/api/matches/ae0a1030-24fd-4a08-b1d6-6d836add8b96/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-29T08:08:06.774205-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 (A Manoah)",
                "amount": 5286.0
            },
            {
                "team": "LAA (R Detmers)",
                "amount": 4714.0
            }
        ],
        "expected_reward_tokens": 9567.66,
        "profit_sb": 67.66,
        "profit_sb_percentage": 0.71,
        "recommended": true
    },
    "lines": [
        {
            "id": "1f03f323-fb38-41a4-901b-b51d24cbb1c3",
            "gambit_id": "0fa971d5-8232-4a6a-90ed-c8174f358c1c",
            "last_updated": "2023-07-31T13:08:20.521178-04:00",
            "created_at": "2023-07-29T08:08:06.783418-04:00",
            "name": "TOR (A Manoah)",
            "reward": "1.81000",
            "odds": "1.84750",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b8164e0b-107a-452b-8737-708d4fc45d4b/?format=api"
        },
        {
            "id": "2b524ec0-9aa5-47f5-b8be-5e8831eabcc4",
            "gambit_id": "b3ea9cf4-9723-46d7-a6f1-a922b17c7f31",
            "last_updated": "2023-07-31T13:08:20.516542-04:00",
            "created_at": "2023-07-29T08:08:06.779117-04:00",
            "name": "LAA (R Detmers)",
            "reward": "2.03000",
            "odds": "2.08000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b8164e0b-107a-452b-8737-708d4fc45d4b/?format=api"
        }
    ]
}