GET /api/bet_types/75853828-ca05-4418-b2a8-6331dc250689/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "75853828-ca05-4418-b2a8-6331dc250689",
    "match": "https://api-prod.gambitprofit.com/api/matches/e00ead56-a1c1-44da-bbf5-d04417aa6a4e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-07T08:38:24.431582-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": "Calgary Flames",
                "amount": 5319.0
            },
            {
                "team": "Nashville Predators",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "c9403f44-8d11-4ddc-b612-44586b04e0ef",
            "gambit_id": "517aa098-cbc5-40e2-a557-69a861ba6783",
            "last_updated": "2023-11-10T12:58:23.867580-05:00",
            "created_at": "2023-11-07T08:38:24.443769-05:00",
            "name": "Calgary Flames",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/75853828-ca05-4418-b2a8-6331dc250689/?format=api"
        },
        {
            "id": "40404eb7-d0dd-4fae-85e4-8c4b6cdbc9b0",
            "gambit_id": "b36ebd42-b7c7-4fd9-b5ee-d49025ec623d",
            "last_updated": "2023-11-10T12:58:23.863923-05:00",
            "created_at": "2023-11-07T08:38:24.439914-05:00",
            "name": "Nashville Predators",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/75853828-ca05-4418-b2a8-6331dc250689/?format=api"
        }
    ]
}