GET /api/bet_types/3e0b6e51-b900-4682-93c8-a6a0a2faeb5e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3e0b6e51-b900-4682-93c8-a6a0a2faeb5e",
    "match": "https://api-prod.gambitprofit.com/api/matches/e19f2c23-b60c-4324-9d03-b08a451aecd2/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-20T11:13:06.317486-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 40.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 40.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "becbb8bd-66a4-4412-a18f-1e192df22e91",
            "gambit_id": "6a41fcaa-d815-4dae-a677-0afaf33c5209",
            "last_updated": "2023-12-26T20:28:08.708901-05:00",
            "created_at": "2023-12-20T11:13:06.324702-05:00",
            "name": "Game Total Over 40.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "40.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3e0b6e51-b900-4682-93c8-a6a0a2faeb5e/?format=api"
        },
        {
            "id": "444f5769-561a-467b-a8a6-cbd70ecdb416",
            "gambit_id": "5dd07291-8265-4734-8e72-aace46d4ce25",
            "last_updated": "2023-12-26T20:28:08.712368-05:00",
            "created_at": "2023-12-20T11:13:06.345114-05:00",
            "name": "Game Total Under 40.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "40.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3e0b6e51-b900-4682-93c8-a6a0a2faeb5e/?format=api"
        }
    ]
}