GET /api/bet_types/1c90a497-20a9-424c-a2f4-b59bcf7d60de/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1c90a497-20a9-424c-a2f4-b59bcf7d60de",
    "match": "https://api-prod.gambitprofit.com/api/matches/e5b34f0e-ed9b-400c-9aa5-aae73a5ab7c7/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-23T09:38:27.262349-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": "Houston Astros",
                "amount": 7033.0
            },
            {
                "team": "Kansas City Royals",
                "amount": 2967.0
            }
        ],
        "expected_reward_tokens": 9494.4,
        "profit_sb": -5.6,
        "profit_sb_percentage": -0.06,
        "recommended": false
    },
    "lines": [
        {
            "id": "242f3c1c-f0c0-4595-8b3e-91c52e9776a8",
            "gambit_id": "ac22f407-61ec-470c-b095-37d020488b4d",
            "last_updated": "2023-09-25T14:23:14.893890-04:00",
            "created_at": "2023-09-23T09:38:27.270008-04:00",
            "name": "Houston Astros",
            "reward": "1.35000",
            "odds": "1.37040",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1c90a497-20a9-424c-a2f4-b59bcf7d60de/?format=api"
        },
        {
            "id": "d826aaa1-aef2-4e77-917e-40b35f708059",
            "gambit_id": "909161ef-eb52-4956-877c-41ef6e28694c",
            "last_updated": "2023-09-25T14:23:14.890865-04:00",
            "created_at": "2023-09-23T09:38:27.266141-04:00",
            "name": "Kansas City Royals",
            "reward": "3.20000",
            "odds": "3.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1c90a497-20a9-424c-a2f4-b59bcf7d60de/?format=api"
        }
    ]
}