GET /api/bet_types/1dd7b45c-022d-46b0-a97f-337dc44b9a3a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1dd7b45c-022d-46b0-a97f-337dc44b9a3a",
    "match": "https://api-prod.gambitprofit.com/api/matches/024f171d-c1bc-409b-aaef-549e0fa3c37e/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-25T13:28:13.216867-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 218",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 218",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "21a107ef-79fb-4ad2-a92b-854f2cc86dca",
            "gambit_id": "30d5cc97-f268-4f91-a4d3-ec57be8c5ffd",
            "last_updated": "2024-01-26T20:48:22.464175-05:00",
            "created_at": "2024-01-25T13:28:13.230168-05:00",
            "name": "Game Total Over 218",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "218.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1dd7b45c-022d-46b0-a97f-337dc44b9a3a/?format=api"
        },
        {
            "id": "b6d3f35b-c915-4f61-b318-c05e766313c5",
            "gambit_id": "4c778b44-5d3a-459a-b4b7-2c5f7beba171",
            "last_updated": "2024-01-26T20:48:22.467647-05:00",
            "created_at": "2024-01-25T13:28:13.234830-05:00",
            "name": "Game Total Under 218",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "218.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1dd7b45c-022d-46b0-a97f-337dc44b9a3a/?format=api"
        }
    ]
}