GET /api/bet_types/31b38e02-030a-40b5-92ac-cc67d6b862ed/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "31b38e02-030a-40b5-92ac-cc67d6b862ed",
    "match": "https://api-prod.gambitprofit.com/api/matches/68441457-7b3a-4567-8942-218e8a1edc9a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-12T09:43:06.886772-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": "SFO (A Cobb)",
                "amount": 5026.0
            },
            {
                "team": "TEX (A Heaney)",
                "amount": 4974.0
            }
        ],
        "expected_reward_tokens": 9549.4,
        "profit_sb": 49.4,
        "profit_sb_percentage": 0.52,
        "recommended": true
    },
    "lines": [
        {
            "id": "e3f72eed-ad6a-496f-ae9c-454539a72576",
            "gambit_id": "6bf036d7-9d08-462e-9200-b78dc62dfb8d",
            "last_updated": "2023-08-14T10:38:13.870619-04:00",
            "created_at": "2023-08-12T09:43:06.893368-04:00",
            "name": "SFO (A Cobb)",
            "reward": "1.90000",
            "odds": "1.94340",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/31b38e02-030a-40b5-92ac-cc67d6b862ed/?format=api"
        },
        {
            "id": "b936ab2e-1d99-49da-9d86-42449a930038",
            "gambit_id": "fe108961-8aaf-421e-841f-0a68a7bb3616",
            "last_updated": "2023-08-14T10:38:13.874131-04:00",
            "created_at": "2023-08-12T09:43:06.900245-04:00",
            "name": "TEX (A Heaney)",
            "reward": "1.92000",
            "odds": "1.96150",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/31b38e02-030a-40b5-92ac-cc67d6b862ed/?format=api"
        }
    ]
}