GET /api/bet_types/8c403fb8-3fa7-46f3-88d9-8ecf4e6bce8f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8c403fb8-3fa7-46f3-88d9-8ecf4e6bce8f",
    "match": "https://api-prod.gambitprofit.com/api/matches/30c96fe0-1cb8-4f67-9db4-40f7f21d8bad/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-18T10:18:20.334702-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 Under 6",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "e76449d9-0c63-42d9-804b-7421223512f1",
            "gambit_id": "1c5e9b69-73b6-42ff-9468-f0866edbac5a",
            "last_updated": "2024-01-19T20:33:18.865011-05:00",
            "created_at": "2024-01-18T10:18:20.345589-05:00",
            "name": "Game Total Under 6",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c403fb8-3fa7-46f3-88d9-8ecf4e6bce8f/?format=api"
        },
        {
            "id": "70fd0c1d-054e-4da0-8a1e-e54a8987c370",
            "gambit_id": "70124ddf-9eee-422c-89dd-9431ef036f38",
            "last_updated": "2024-01-19T20:33:18.861659-05:00",
            "created_at": "2024-01-18T10:18:20.339393-05:00",
            "name": "Game Total Over 6",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c403fb8-3fa7-46f3-88d9-8ecf4e6bce8f/?format=api"
        }
    ]
}