GET /api/bet_types/d3277b27-846b-46ef-8fcf-949634f3077c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d3277b27-846b-46ef-8fcf-949634f3077c",
    "match": "https://api-prod.gambitprofit.com/api/matches/d5455db4-9e74-492f-9ad7-e48a8586f500/?format=api",
    "name": "Over/Under",
    "created_at": "2022-12-23T09:06:55.109700-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 214",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 214",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "b15a1ac5-5d28-4a40-98b8-571150aed4ed",
            "gambit_id": "194527de-1a78-4341-a857-60ade9bafcd6",
            "last_updated": "2022-12-24T19:06:52.284814-05:00",
            "created_at": "2022-12-23T09:06:55.112171-05:00",
            "name": "Game Total Over 214",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "214.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d3277b27-846b-46ef-8fcf-949634f3077c/?format=api"
        },
        {
            "id": "886e5b37-e8d0-49a8-a542-429b3dfa9a91",
            "gambit_id": "58aab1c3-5e47-4f99-9c15-6687a6919271",
            "last_updated": "2022-12-24T19:06:52.283637-05:00",
            "created_at": "2022-12-23T09:06:55.110933-05:00",
            "name": "Game Total Under 214",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "214.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d3277b27-846b-46ef-8fcf-949634f3077c/?format=api"
        }
    ]
}