GET /api/bet_types/00d5331d-0c7d-47b6-948b-8c519ac8f4ba/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "00d5331d-0c7d-47b6-948b-8c519ac8f4ba",
    "match": "https://api-prod.gambitprofit.com/api/matches/426cce7f-6006-4211-9e1f-0d55622ed91f/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-06T08:07:11.391290-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 229.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 229.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "702bfd96-06ba-4667-81c6-25a711a47810",
            "gambit_id": "4fa646e3-6df3-4604-81eb-a7b241a4d820",
            "last_updated": "2023-03-07T10:17:17.151012-05:00",
            "created_at": "2023-03-06T08:07:11.393159-05:00",
            "name": "Game Total Under 229.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "229.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/00d5331d-0c7d-47b6-948b-8c519ac8f4ba/?format=api"
        },
        {
            "id": "4ab03cf4-7573-4a76-ad77-142528f30a90",
            "gambit_id": "86052cc3-d3fc-439a-9e1e-a63b498899d9",
            "last_updated": "2023-03-07T10:17:17.152268-05:00",
            "created_at": "2023-03-06T08:07:11.395032-05:00",
            "name": "Game Total Over 229.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "229.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/00d5331d-0c7d-47b6-948b-8c519ac8f4ba/?format=api"
        }
    ]
}