GET /api/bet_types/7ee7877e-19d0-4560-9e46-bb6a9aac7a0e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7ee7877e-19d0-4560-9e46-bb6a9aac7a0e",
    "match": "https://api-prod.gambitprofit.com/api/matches/8892a0de-544a-469f-a87a-98d88ff633bf/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-05T08:42:58.364846-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 9.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 9.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "f00c3216-1eda-4ed1-8187-d0abf492125b",
            "gambit_id": "d480e725-cd9a-424f-a49e-5802a699e23e",
            "last_updated": "2023-07-06T12:33:25.846124-04:00",
            "created_at": "2023-07-05T08:42:58.368669-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7ee7877e-19d0-4560-9e46-bb6a9aac7a0e/?format=api"
        },
        {
            "id": "d4789275-80e2-45a9-bf92-6b4edf866982",
            "gambit_id": "62270ea1-289a-4597-91f1-abf2c9bc999a",
            "last_updated": "2023-07-06T12:33:25.844193-04:00",
            "created_at": "2023-07-05T08:42:58.366745-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7ee7877e-19d0-4560-9e46-bb6a9aac7a0e/?format=api"
        }
    ]
}