GET /api/bet_types/8ff92b5e-0064-464c-8492-fd67b2f97b4a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8ff92b5e-0064-464c-8492-fd67b2f97b4a",
    "match": "https://api-prod.gambitprofit.com/api/matches/8e05ca8d-fc90-4a8d-a639-42f93cd4aa80/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-12T08:57:10.247603-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": 5939.0
            },
            {
                "team": "St Louis Blues",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "33fdaa71-f7df-4a53-be8f-a5c22ac1685a",
            "gambit_id": "90ddfc68-c464-4f9b-9dd7-1e6b9bf9e66c",
            "last_updated": "2023-04-13T17:17:16.252307-04:00",
            "created_at": "2023-04-12T08:57:10.254160-04:00",
            "name": "Dallas Stars",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8ff92b5e-0064-464c-8492-fd67b2f97b4a/?format=api"
        },
        {
            "id": "ad40807e-994e-4916-84c3-ae07ad41d3a5",
            "gambit_id": "39cd01f2-a21c-4e6b-9f26-21e587a29685",
            "last_updated": "2023-04-13T17:17:16.250545-04:00",
            "created_at": "2023-04-12T08:57:10.250355-04:00",
            "name": "St Louis Blues",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8ff92b5e-0064-464c-8492-fd67b2f97b4a/?format=api"
        }
    ]
}