GET /api/bet_types/27133030-b0ff-43b7-90f6-41b4ba6114da/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "27133030-b0ff-43b7-90f6-41b4ba6114da",
    "match": "https://api-prod.gambitprofit.com/api/matches/61460ce7-fa33-4faa-b3a7-4ccb36afba0e/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-11T09:38:00.114589-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": "Charlotte Hornets",
                "amount": 5000.0
            },
            {
                "team": "Miami Heat",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "156f5c4a-af05-4c2a-b199-d24a50cfdd7a",
            "gambit_id": "481612a2-149a-46f5-ac56-e797b95f60ad",
            "last_updated": "2023-12-12T21:48:20.790181-05:00",
            "created_at": "2023-12-11T09:38:00.122749-05:00",
            "name": "Charlotte Hornets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/27133030-b0ff-43b7-90f6-41b4ba6114da/?format=api"
        },
        {
            "id": "aac0ede4-64f0-4025-bbfd-59282fa56aea",
            "gambit_id": "9185c620-ff41-488a-9f23-efe8156dce8d",
            "last_updated": "2023-12-12T21:48:20.793919-05:00",
            "created_at": "2023-12-11T09:38:00.118816-05:00",
            "name": "Miami Heat",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/27133030-b0ff-43b7-90f6-41b4ba6114da/?format=api"
        }
    ]
}