GET /api/bet_types/0c034aef-f65a-4810-85af-8af60eed1081/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0c034aef-f65a-4810-85af-8af60eed1081",
    "match": "https://api-prod.gambitprofit.com/api/matches/e12fa1aa-d582-4d9f-b780-bf6a6bef3f6d/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-06T22:48:25.005414-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 Over 45.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 45.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "935227d2-2e55-480b-8efd-b6c405faf284",
            "gambit_id": "f16fb10f-96e1-4eff-9404-1a1a96a41121",
            "last_updated": "2023-09-11T11:17:54.745608-04:00",
            "created_at": "2023-09-06T22:48:25.009023-04:00",
            "name": "Game Total Over 45.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "45.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c034aef-f65a-4810-85af-8af60eed1081/?format=api"
        },
        {
            "id": "854560e5-c004-4889-9166-1dec00991977",
            "gambit_id": "83b5e5db-3e33-4731-a6f6-6bbbae8618d8",
            "last_updated": "2023-09-11T11:17:54.749538-04:00",
            "created_at": "2023-09-06T22:48:25.013224-04:00",
            "name": "Game Total Under 45.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "45.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c034aef-f65a-4810-85af-8af60eed1081/?format=api"
        }
    ]
}