GET /api/bet_types/4a5ddecb-a69d-442d-91bb-410dd4b84395/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4a5ddecb-a69d-442d-91bb-410dd4b84395",
    "match": "https://api-prod.gambitprofit.com/api/matches/d435fc8e-6a0d-401c-aa2b-89ef57c4598b/?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 Under 232.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 232.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "f08c1724-8900-4010-a202-46d59f09b255",
            "gambit_id": "ce88879b-4fb6-4d54-83f3-fe802319e452",
            "last_updated": "2022-10-22T09:27:34.267634-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 232.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "232.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4a5ddecb-a69d-442d-91bb-410dd4b84395/?format=api"
        },
        {
            "id": "c5ce59a5-b93b-493b-9fa5-a1a4c54bfd4a",
            "gambit_id": "bc3870d7-a986-42af-a244-18904716a4ab",
            "last_updated": "2022-10-22T09:27:34.268719-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 232.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "232.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4a5ddecb-a69d-442d-91bb-410dd4b84395/?format=api"
        }
    ]
}