GET /api/bet_types/6fe359f5-cf81-4180-8771-f20bdc030eb0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6fe359f5-cf81-4180-8771-f20bdc030eb0",
    "match": "https://api-prod.gambitprofit.com/api/matches/febef81d-419f-4884-b010-cbee14fe8301/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-28T10:08:16.905074-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": "Kansas City Chiefs",
                "amount": 7820.0
            },
            {
                "team": "New York Jets",
                "amount": 2180.0
            }
        ],
        "expected_reward_tokens": 9461.2,
        "profit_sb": -38.8,
        "profit_sb_percentage": -0.41,
        "recommended": false
    },
    "lines": [
        {
            "id": "c997d061-4e76-4937-8ac5-908dc4481060",
            "gambit_id": "5ae4e97d-14a8-4f24-8a16-d72877b8e401",
            "last_updated": "2023-10-02T13:58:02.892004-04:00",
            "created_at": "2023-09-28T10:08:16.912853-04:00",
            "name": "Kansas City Chiefs",
            "reward": "1.21000",
            "odds": "1.22220",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6fe359f5-cf81-4180-8771-f20bdc030eb0/?format=api"
        },
        {
            "id": "14b05b2e-b869-4e4a-b264-fe437603054b",
            "gambit_id": "da37eb6d-4751-41e9-b815-9e98e27c1831",
            "last_updated": "2023-10-02T13:58:02.888464-04:00",
            "created_at": "2023-09-28T10:08:16.908467-04:00",
            "name": "New York Jets",
            "reward": "4.34000",
            "odds": "4.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6fe359f5-cf81-4180-8771-f20bdc030eb0/?format=api"
        }
    ]
}