GET /api/bet_types/fbe09b93-bf79-40c6-8637-ff797d83b43a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fbe09b93-bf79-40c6-8637-ff797d83b43a",
    "match": "https://api-prod.gambitprofit.com/api/matches/f678998a-0ce2-4314-b59e-6c9d367c4bde/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-24T09:06:57.991477-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": "Carolina Hurricanes",
                "amount": 6862.0
            },
            {
                "team": "Ottawa Senators",
                "amount": 3138.0
            }
        ],
        "expected_reward_tokens": 9538.18,
        "profit_sb": 38.18,
        "profit_sb_percentage": 0.4,
        "recommended": true
    },
    "lines": [
        {
            "id": "d4e57dbd-d1e0-4c8f-af55-b6421ee9e5c4",
            "gambit_id": "e57f896f-0b83-4d63-ac0d-b4f56faa1520",
            "last_updated": "2023-02-25T17:27:18.312004-05:00",
            "created_at": "2023-02-24T09:06:57.992823-05:00",
            "name": "Carolina Hurricanes",
            "reward": "1.39000",
            "odds": "1.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fbe09b93-bf79-40c6-8637-ff797d83b43a/?format=api"
        },
        {
            "id": "9a277530-f18f-4e9d-9b18-22e4ec7d6c9c",
            "gambit_id": "029869f9-d255-4d84-820a-bcd674824077",
            "last_updated": "2023-02-25T17:27:18.313198-05:00",
            "created_at": "2023-02-24T09:06:57.994211-05:00",
            "name": "Ottawa Senators",
            "reward": "3.04000",
            "odds": "3.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fbe09b93-bf79-40c6-8637-ff797d83b43a/?format=api"
        }
    ]
}