GET /api/bet_types/4978d7b4-c9e4-439d-9fe6-14d7f51e2002/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4978d7b4-c9e4-439d-9fe6-14d7f51e2002",
    "match": "https://api-prod.gambitprofit.com/api/matches/f62b70f4-8962-483e-9681-aee679920948/?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 8.5",
                "amount": 5308.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4692.0
            }
        ],
        "expected_reward_tokens": 9289.0,
        "profit_sb": 289.0,
        "profit_sb_percentage": 3.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "c5831fbb-5875-439e-a1f1-040b89d1cda8",
            "gambit_id": "db22b617-b951-4d1b-84e9-ee147efd4daf",
            "last_updated": "2022-09-07T12:47:04.304630-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 8.5",
            "reward": "1.75000",
            "odds": "1.83330",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4978d7b4-c9e4-439d-9fe6-14d7f51e2002/?format=api"
        },
        {
            "id": "137545f0-9d44-4e57-b040-0507d51b3e68",
            "gambit_id": "6757843a-548b-41ab-8ac2-bd29accfbe5d",
            "last_updated": "2022-09-07T12:47:04.303478-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 8.5",
            "reward": "1.98000",
            "odds": "2.10000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4978d7b4-c9e4-439d-9fe6-14d7f51e2002/?format=api"
        }
    ]
}