GET /api/bet_types/71dd2e5e-f4c6-4bd3-8c00-98cc56421a10/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "71dd2e5e-f4c6-4bd3-8c00-98cc56421a10",
    "match": "https://api-prod.gambitprofit.com/api/matches/44e93ccf-e132-49c9-9008-200dcdd6f7d5/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-06T09:18:07.837102-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": "Los Angeles Chargers",
                "amount": 6100.0
            },
            {
                "team": "Denver Broncos",
                "amount": 3900.0
            }
        ],
        "expected_reward_tokens": 9516.0,
        "profit_sb": 16.0,
        "profit_sb_percentage": 0.17,
        "recommended": true
    },
    "lines": [
        {
            "id": "95083503-79b6-4514-bfef-c0f49cba315a",
            "gambit_id": "9fe33236-df8d-48e7-907e-82e756bbd458",
            "last_updated": "2023-12-11T19:38:20.194869-05:00",
            "created_at": "2023-12-06T09:18:07.845387-05:00",
            "name": "Los Angeles Chargers",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/71dd2e5e-f4c6-4bd3-8c00-98cc56421a10/?format=api"
        },
        {
            "id": "66f33547-c4ac-4e1a-a0aa-0c78c771cc89",
            "gambit_id": "625a1da2-5d8a-4c39-92ac-c0226a0a8b9a",
            "last_updated": "2023-12-11T19:38:20.191553-05:00",
            "created_at": "2023-12-06T09:18:07.840947-05:00",
            "name": "Denver Broncos",
            "reward": "2.44000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/71dd2e5e-f4c6-4bd3-8c00-98cc56421a10/?format=api"
        }
    ]
}