GET /api/bet_types/a058de95-5dc7-4564-9fe8-5038bd573e64/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a058de95-5dc7-4564-9fe8-5038bd573e64",
    "match": "https://api-prod.gambitprofit.com/api/matches/3b5954cf-cf91-437e-80ca-4279fadea6ed/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-11T09:02:18.812529-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": "Game Total Under 6",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "d7237e91-af0e-478d-b9b2-a99193caa3ab",
            "gambit_id": "41b84c0e-502c-486b-844b-c6503dfbac84",
            "last_updated": "2023-04-13T11:22:19.626324-04:00",
            "created_at": "2023-04-11T09:02:18.815095-04:00",
            "name": "Game Total Under 6",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a058de95-5dc7-4564-9fe8-5038bd573e64/?format=api"
        },
        {
            "id": "b1534948-5277-4848-97f8-408073c43e73",
            "gambit_id": "47ee8b9b-3a23-4b70-9a9d-c3fb63880968",
            "last_updated": "2023-04-13T11:22:19.627970-04:00",
            "created_at": "2023-04-11T09:02:18.817145-04:00",
            "name": "Game Total Over 6",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a058de95-5dc7-4564-9fe8-5038bd573e64/?format=api"
        }
    ]
}