GET /api/bet_types/df298230-2f44-4002-a2c8-fd5148387688/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "df298230-2f44-4002-a2c8-fd5148387688",
    "match": "https://api-prod.gambitprofit.com/api/matches/5a684e5c-43d2-49c9-8d46-81c2b1d6042b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-05T08:33:20.744795-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": "SEA (G Kirby)",
                "amount": 5490.0
            },
            {
                "team": "LAA (T Anderson)",
                "amount": 4510.0
            }
        ],
        "expected_reward_tokens": 9606.3,
        "profit_sb": 106.3,
        "profit_sb_percentage": 1.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "1d85790d-d10d-4067-870c-862244343213",
            "gambit_id": "7994e39c-4e9f-4f2c-986b-1ab4091d27dd",
            "last_updated": "2023-08-06T13:08:27.293601-04:00",
            "created_at": "2023-08-05T08:33:20.749854-04:00",
            "name": "SEA (G Kirby)",
            "reward": "1.75000",
            "odds": "1.78120",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df298230-2f44-4002-a2c8-fd5148387688/?format=api"
        },
        {
            "id": "ded85bcc-0029-4e5a-81a7-f63432a8a21e",
            "gambit_id": "77da7a41-501f-434a-b8ad-6b542763bf33",
            "last_updated": "2023-08-06T13:08:27.297112-04:00",
            "created_at": "2023-08-05T08:33:20.754882-04:00",
            "name": "LAA (T Anderson)",
            "reward": "2.13000",
            "odds": "2.18000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df298230-2f44-4002-a2c8-fd5148387688/?format=api"
        }
    ]
}