GET /api/bet_types/a6c7e56a-0dbf-4b23-aced-b1d298e8cec2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a6c7e56a-0dbf-4b23-aced-b1d298e8cec2",
    "match": "https://api-prod.gambitprofit.com/api/matches/da6a8b59-8b68-49c5-8952-8c3c7a1f1242/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-19T09:13:25.709060-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": "MIL (T Megill)",
                "amount": 5478.0
            },
            {
                "team": "STL (D Rom)",
                "amount": 4522.0
            }
        ],
        "expected_reward_tokens": 9586.5,
        "profit_sb": 86.5,
        "profit_sb_percentage": 0.91,
        "recommended": true
    },
    "lines": [
        {
            "id": "a7962a44-65da-4680-9e6c-06f1fa9bad78",
            "gambit_id": "3d48b4f7-074e-497f-af09-e58d3f94d3c4",
            "last_updated": "2023-09-21T09:43:19.965214-04:00",
            "created_at": "2023-09-19T09:13:25.713336-04:00",
            "name": "MIL (T Megill)",
            "reward": "1.75000",
            "odds": "1.78740",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a6c7e56a-0dbf-4b23-aced-b1d298e8cec2/?format=api"
        },
        {
            "id": "8e9762d8-d62c-4e57-8c1c-2337dcc12e67",
            "gambit_id": "32edaa17-b76b-4ad9-997e-0bc91d6c13cf",
            "last_updated": "2023-09-21T09:43:19.972616-04:00",
            "created_at": "2023-09-19T09:13:25.717172-04:00",
            "name": "STL (D Rom)",
            "reward": "2.12000",
            "odds": "2.17000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a6c7e56a-0dbf-4b23-aced-b1d298e8cec2/?format=api"
        }
    ]
}