GET /api/bet_types/ad8c8317-dcd0-492f-9777-db86fa82fc7b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ad8c8317-dcd0-492f-9777-db86fa82fc7b",
    "match": "https://api-prod.gambitprofit.com/api/matches/99461154-e780-44c8-9108-b387d215902a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-16T09:28:07.373544-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": 5773.0
            },
            {
                "team": "Vancouver Canucks",
                "amount": 4227.0
            }
        ],
        "expected_reward_tokens": 9467.72,
        "profit_sb": -32.28,
        "profit_sb_percentage": -0.34,
        "recommended": false
    },
    "lines": [
        {
            "id": "5e00bb96-db3b-4f3b-b83f-93bbb0f03449",
            "gambit_id": "4b9163a4-7426-40a4-ab69-2c54f9731baf",
            "last_updated": "2023-11-17T23:38:03.526317-05:00",
            "created_at": "2023-11-16T09:28:07.386537-05:00",
            "name": "Calgary Flames",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad8c8317-dcd0-492f-9777-db86fa82fc7b/?format=api"
        },
        {
            "id": "49bbb032-a527-4839-8359-a4bb8dbca854",
            "gambit_id": "5aab1888-9d11-4923-a406-45131095585c",
            "last_updated": "2023-11-17T23:38:03.522144-05:00",
            "created_at": "2023-11-16T09:28:07.381173-05:00",
            "name": "Vancouver Canucks",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad8c8317-dcd0-492f-9777-db86fa82fc7b/?format=api"
        }
    ]
}