GET /api/bet_types/386fed04-32be-4697-ae41-66916ecc1b84/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "386fed04-32be-4697-ae41-66916ecc1b84",
    "match": "https://api-prod.gambitprofit.com/api/matches/cbfa614f-a5df-48e9-be16-a2f825c91aa9/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-13T09:22:03.372162-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": "Dallas Stars",
                "amount": 5317.0
            },
            {
                "team": "Seattle Kraken",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "f83ff1bc-8089-4f5f-b2c8-ba667619ab90",
            "gambit_id": "b8e5fd2d-3ced-4edc-89af-485333d058cc",
            "last_updated": "2023-03-14T13:41:56.427173-04:00",
            "created_at": "2023-03-13T09:22:03.375907-04:00",
            "name": "Dallas Stars",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/386fed04-32be-4697-ae41-66916ecc1b84/?format=api"
        },
        {
            "id": "f9b086c8-fead-4ff7-bb24-7644051cc138",
            "gambit_id": "b7bb0cba-70d5-4f94-848a-6fdc5a3f1b31",
            "last_updated": "2023-03-14T13:41:56.425805-04:00",
            "created_at": "2023-03-13T09:22:03.373702-04:00",
            "name": "Seattle Kraken",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/386fed04-32be-4697-ae41-66916ecc1b84/?format=api"
        }
    ]
}