GET /api/bet_types/d9264127-a3d3-4e09-8906-06d080779472/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d9264127-a3d3-4e09-8906-06d080779472",
    "match": "https://api-prod.gambitprofit.com/api/matches/f84bc9f0-81ae-4d02-877d-4d8f849600ec/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-07T09:41:57.850945-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": "Colorado Avalanche",
                "amount": 7440.0
            },
            {
                "team": "San Jose Sharks",
                "amount": 2560.0
            }
        ],
        "expected_reward_tokens": 9446.4,
        "profit_sb": -53.6,
        "profit_sb_percentage": -0.56,
        "recommended": false
    },
    "lines": [
        {
            "id": "a7e212ef-2060-4c5c-8e69-552c769f7b95",
            "gambit_id": "073a050c-59ff-4111-a8fb-7044f358b29b",
            "last_updated": "2023-03-08T10:12:14.693792-05:00",
            "created_at": "2023-03-07T09:41:57.852766-05:00",
            "name": "Colorado Avalanche",
            "reward": "1.27000",
            "odds": "1.28570",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d9264127-a3d3-4e09-8906-06d080779472/?format=api"
        },
        {
            "id": "4ce983e9-d2ab-4e89-ad8f-0262ca188a06",
            "gambit_id": "9ca23408-39ee-4003-bb53-43ae73d565c9",
            "last_updated": "2023-03-08T10:12:14.694923-05:00",
            "created_at": "2023-03-07T09:41:57.854185-05:00",
            "name": "San Jose Sharks",
            "reward": "3.69000",
            "odds": "3.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d9264127-a3d3-4e09-8906-06d080779472/?format=api"
        }
    ]
}