GET /api/bet_types/968d5974-45be-4592-9c69-ec9ce175ac36/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "968d5974-45be-4592-9c69-ec9ce175ac36",
    "match": "https://api-prod.gambitprofit.com/api/matches/505a7068-a0b1-477d-89c7-18e986fbcda1/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-07T09:03:24.662965-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": 6643.0
            },
            {
                "team": "Chicago Blackhawks",
                "amount": 3357.0
            }
        ],
        "expected_reward_tokens": 9433.06,
        "profit_sb": -66.94,
        "profit_sb_percentage": -0.7,
        "recommended": false
    },
    "lines": [
        {
            "id": "bb40d07d-6d3f-496a-b55c-d5565a869deb",
            "gambit_id": "023708f5-807b-479a-91e6-a62b0d12f4b5",
            "last_updated": "2024-01-09T10:48:22.778654-05:00",
            "created_at": "2024-01-07T09:03:24.667156-05:00",
            "name": "Calgary Flames",
            "reward": "1.42000",
            "odds": "1.43480",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/968d5974-45be-4592-9c69-ec9ce175ac36/?format=api"
        },
        {
            "id": "c8759d17-e592-425e-9f12-f2190e646f0a",
            "gambit_id": "cb54667d-8da7-4c94-9967-a9f088896d7e",
            "last_updated": "2024-01-09T10:48:22.782429-05:00",
            "created_at": "2024-01-07T09:03:24.671653-05:00",
            "name": "Chicago Blackhawks",
            "reward": "2.81000",
            "odds": "2.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/968d5974-45be-4592-9c69-ec9ce175ac36/?format=api"
        }
    ]
}