GET /api/bet_types/18978f8b-78fb-46d8-a240-c2dd40a65743/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "18978f8b-78fb-46d8-a240-c2dd40a65743",
    "match": "https://api-prod.gambitprofit.com/api/matches/1b6aa2bf-9ccc-41cf-966e-82ef1a83b90b/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 7.5",
                "amount": 5109.0
            },
            {
                "team": "Game Total Under 7.5",
                "amount": 4891.0
            }
        ],
        "expected_reward_tokens": 9145.11,
        "profit_sb": 145.11,
        "profit_sb_percentage": 1.61,
        "recommended": true
    },
    "lines": [
        {
            "id": "e1a8b35b-6b36-4181-8618-a07a4a0319ac",
            "gambit_id": "960b6232-eace-4ce2-9c7f-5d34900e825f",
            "last_updated": "2022-08-05T10:11:55.071677-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7.5",
            "reward": "1.79000",
            "odds": "1.86960",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/18978f8b-78fb-46d8-a240-c2dd40a65743/?format=api"
        },
        {
            "id": "64ee60a1-aa39-4c21-96b8-999b2a94cfd5",
            "gambit_id": "b9dc9a6e-ff0a-465a-8b2b-e93db0774e42",
            "last_updated": "2022-08-05T10:11:55.071134-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7.5",
            "reward": "1.87000",
            "odds": "1.95240",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/18978f8b-78fb-46d8-a240-c2dd40a65743/?format=api"
        }
    ]
}