GET /api/bet_types/27ba50ea-f0e2-430b-80fa-615baba4294a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "27ba50ea-f0e2-430b-80fa-615baba4294a",
    "match": "https://api-prod.gambitprofit.com/api/matches/1f1575d5-326d-4226-9cc4-a15698335a52/?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 63",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 63",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "dad33c55-e334-4836-b651-e8058ed6cd7f",
            "gambit_id": "e4311516-3edb-4dea-b12d-c2577a6b8766",
            "last_updated": "2022-11-11T20:21:56.390645-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 63",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "63.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/27ba50ea-f0e2-430b-80fa-615baba4294a/?format=api"
        },
        {
            "id": "b5264f38-eb68-4c8b-98eb-f8a9aaab673b",
            "gambit_id": "668c28fa-1b99-47df-8dc1-29dddb36add8",
            "last_updated": "2022-11-11T20:21:56.389456-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 63",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "63.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/27ba50ea-f0e2-430b-80fa-615baba4294a/?format=api"
        }
    ]
}