GET /api/bet_types/f5c69f1c-26df-401b-9ce4-3e57c97ce711/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f5c69f1c-26df-401b-9ce4-3e57c97ce711",
    "match": "https://api-prod.gambitprofit.com/api/matches/b018bbaa-7007-48da-a204-e14b2341486c/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-18T09:38:25.657383-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 220.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 220.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "4763054a-db05-4fb4-bb4b-3f71283c1e35",
            "gambit_id": "d339eded-ac78-4352-b4d5-bf05c794fb7a",
            "last_updated": "2023-11-20T14:43:30.734157-05:00",
            "created_at": "2023-11-18T09:38:25.661268-05:00",
            "name": "Game Total Under 220.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "220.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f5c69f1c-26df-401b-9ce4-3e57c97ce711/?format=api"
        },
        {
            "id": "24c98939-3e31-4732-ac8e-5dc7523f624c",
            "gambit_id": "34114c24-c91e-45ed-93d6-ab737212e00a",
            "last_updated": "2023-11-20T14:43:30.737648-05:00",
            "created_at": "2023-11-18T09:38:25.668093-05:00",
            "name": "Game Total Over 220.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "220.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f5c69f1c-26df-401b-9ce4-3e57c97ce711/?format=api"
        }
    ]
}