GET /api/bet_types/d57a4c55-f0b7-4fac-bd6c-3f89a32599a5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d57a4c55-f0b7-4fac-bd6c-3f89a32599a5",
    "match": "https://api-prod.gambitprofit.com/api/matches/52b8a897-8e55-49ee-a3b2-666ad3065932/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-09T09:43:00.842957-04: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": "CIN",
                "amount": 5773.0
            },
            {
                "team": "STL",
                "amount": 4227.0
            }
        ],
        "expected_reward_tokens": 9467.72,
        "profit_sb": -32.28,
        "profit_sb_percentage": -0.34,
        "recommended": false
    },
    "lines": [
        {
            "id": "1ea9a6e7-f367-49cb-ac35-85bf322d3232",
            "gambit_id": "b7cdfab7-f808-4a55-ba62-2284cba2a78f",
            "last_updated": "2023-09-11T09:03:27.964095-04:00",
            "created_at": "2023-09-09T09:43:00.851842-04:00",
            "name": "CIN",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d57a4c55-f0b7-4fac-bd6c-3f89a32599a5/?format=api"
        },
        {
            "id": "34903712-44de-47e0-9b0e-37d3a9e115bf",
            "gambit_id": "78448182-1882-40f3-83c1-7f3ddc36249a",
            "last_updated": "2023-09-11T09:03:27.960885-04:00",
            "created_at": "2023-09-09T09:43:00.846701-04:00",
            "name": "STL",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d57a4c55-f0b7-4fac-bd6c-3f89a32599a5/?format=api"
        }
    ]
}