GET /api/bet_types/174811d6-2226-4db6-9225-cec52d4ec713/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "174811d6-2226-4db6-9225-cec52d4ec713",
    "match": "https://api-prod.gambitprofit.com/api/matches/dd47c081-cba3-40a9-8169-5ca2230592ce/?format=api",
    "name": "Over/Under",
    "created_at": "2022-12-23T00:16:57.872361-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": "Game Total Over 58.5",
                "amount": 5097.0
            },
            {
                "team": "Game Total Under 58.5",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 8970.72,
        "profit_sb": -29.28,
        "profit_sb_percentage": -0.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "2f45b416-cbb1-4f0c-ac86-6a49cde3596c",
            "gambit_id": "7badcce8-0c73-43d0-ac55-71a2f8bfbc5e",
            "last_updated": "2022-12-24T19:11:56.717317-05:00",
            "created_at": "2022-12-23T00:16:57.874856-05:00",
            "name": "Game Total Over 58.5",
            "reward": "1.76000",
            "odds": "1.86960",
            "spread": "58.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/174811d6-2226-4db6-9225-cec52d4ec713/?format=api"
        },
        {
            "id": "aa71db0e-86ca-467c-a932-6044394691ca",
            "gambit_id": "c2909f7d-89b2-4507-b4ff-1246265677e0",
            "last_updated": "2022-12-24T19:11:56.716191-05:00",
            "created_at": "2022-12-23T00:16:57.873625-05:00",
            "name": "Game Total Under 58.5",
            "reward": "1.83000",
            "odds": "1.95240",
            "spread": "58.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/174811d6-2226-4db6-9225-cec52d4ec713/?format=api"
        }
    ]
}