GET /api/bet_types/bcd1fb33-d052-4456-80f4-4aa03c125111/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bcd1fb33-d052-4456-80f4-4aa03c125111",
    "match": "https://api-prod.gambitprofit.com/api/matches/ca6f77fb-3953-4302-8d16-c4ac1577616b/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "New York Islanders",
                "amount": 5974.0
            },
            {
                "team": "Nashville Predators",
                "amount": 4026.0
            }
        ],
        "expected_reward_tokens": 9139.02,
        "profit_sb": 139.02,
        "profit_sb_percentage": 1.54,
        "recommended": true
    },
    "lines": [
        {
            "id": "f1f78985-9bac-49e1-a58b-954c5eb12b0b",
            "gambit_id": "b775169c-b85f-4716-9adb-99a078ab0b5c",
            "last_updated": "2022-12-03T10:02:37.971160-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Islanders",
            "reward": "1.53000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bcd1fb33-d052-4456-80f4-4aa03c125111/?format=api"
        },
        {
            "id": "696fca41-b3ab-4419-9898-96b024bddeb0",
            "gambit_id": "d1bda47b-3538-443a-8fe4-617f505e18ff",
            "last_updated": "2022-12-03T10:02:37.972141-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Nashville Predators",
            "reward": "2.27000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bcd1fb33-d052-4456-80f4-4aa03c125111/?format=api"
        }
    ]
}