GET /api/bet_types/fb619317-b64e-47db-8f76-ea0f25d72fe6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fb619317-b64e-47db-8f76-ea0f25d72fe6",
    "match": "https://api-prod.gambitprofit.com/api/matches/69eff81b-5d29-4ae8-ac1d-fbc943535edb/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-01T19:33:12.642290-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": "Sean Brady",
                "amount": 5096.0
            },
            {
                "team": "Kelvin Gastelum",
                "amount": 4904.0
            }
        ],
        "expected_reward_tokens": 9121.44,
        "profit_sb": -378.56,
        "profit_sb_percentage": -3.98,
        "recommended": false
    },
    "lines": [
        {
            "id": "bedb9a6e-a2c5-4317-8a56-54463f907c96",
            "gambit_id": "470e5a50-d602-49b8-b4a4-a4b4a182377b",
            "last_updated": "2023-12-05T21:28:20.717424-05:00",
            "created_at": "2023-12-01T19:33:12.651841-05:00",
            "name": "Sean Brady",
            "reward": "1.79000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fb619317-b64e-47db-8f76-ea0f25d72fe6/?format=api"
        },
        {
            "id": "71982127-8605-4df9-99c3-2793540f3319",
            "gambit_id": "ab5718c7-6441-49b0-b774-eaa066dd7e7a",
            "last_updated": "2023-12-05T21:28:20.713400-05:00",
            "created_at": "2023-12-01T19:33:12.646912-05:00",
            "name": "Kelvin Gastelum",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fb619317-b64e-47db-8f76-ea0f25d72fe6/?format=api"
        }
    ]
}