GET /api/bet_types/5e26f1c9-5183-46e8-aa42-dda46c311c89/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5e26f1c9-5183-46e8-aa42-dda46c311c89",
    "match": "https://api-prod.gambitprofit.com/api/matches/9c5defb2-6ea8-4b6d-9efa-7a0b5be9b529/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-11T12:46:48.575612-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 233.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 233.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "2e51504f-fb71-4da9-ba86-8b285c032e20",
            "gambit_id": "41517515-4f85-43b4-954d-c9b54facba63",
            "last_updated": "2023-04-12T10:01:59.793134-04:00",
            "created_at": "2023-04-11T12:46:48.577936-04:00",
            "name": "Game Total Under 233.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "233.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e26f1c9-5183-46e8-aa42-dda46c311c89/?format=api"
        },
        {
            "id": "96dad5b0-65b2-4a1d-8b4f-221e98858c40",
            "gambit_id": "182f8e7e-0c46-4fcf-8ab5-88bfe833eea4",
            "last_updated": "2023-04-12T10:01:59.796067-04:00",
            "created_at": "2023-04-11T12:46:48.580122-04:00",
            "name": "Game Total Over 233.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "233.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e26f1c9-5183-46e8-aa42-dda46c311c89/?format=api"
        }
    ]
}