GET /api/bet_types/dce3d9c9-9364-4c82-9849-a4171f78b49a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dce3d9c9-9364-4c82-9849-a4171f78b49a",
    "match": "https://api-prod.gambitprofit.com/api/matches/2a1e39f4-6396-4219-b827-84885714b1a0/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-04T10:37:57.216087-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": "Los Angeles Kings",
                "amount": 6458.0
            },
            {
                "team": "St Louis Blues",
                "amount": 3542.0
            }
        ],
        "expected_reward_tokens": 9492.56,
        "profit_sb": -7.44,
        "profit_sb_percentage": -0.08,
        "recommended": false
    },
    "lines": [
        {
            "id": "37d4a08d-29eb-4851-abc3-533ff433814d",
            "gambit_id": "c64c16ff-d5f2-49e2-afb0-0260f0bbc03c",
            "last_updated": "2023-03-06T11:27:06.579666-05:00",
            "created_at": "2023-03-04T10:37:57.217317-05:00",
            "name": "Los Angeles Kings",
            "reward": "1.47000",
            "odds": "1.48780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dce3d9c9-9364-4c82-9849-a4171f78b49a/?format=api"
        },
        {
            "id": "c2484020-e88f-4067-8e5f-9d5ec623bb9c",
            "gambit_id": "c5a263f9-e7ca-4513-8bc8-3b1d33301832",
            "last_updated": "2023-03-06T11:27:06.580930-05:00",
            "created_at": "2023-03-04T10:37:57.218542-05:00",
            "name": "St Louis Blues",
            "reward": "2.68000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dce3d9c9-9364-4c82-9849-a4171f78b49a/?format=api"
        }
    ]
}