GET /api/bet_types/d9f0187d-9e99-4679-8f46-f56f2a2a9b97/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d9f0187d-9e99-4679-8f46-f56f2a2a9b97",
    "match": "https://api-prod.gambitprofit.com/api/matches/a9c677a6-2c73-49ec-a293-1ad2ccb7db3b/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-18T09:13:00.412228-04: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 43.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 43.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "f4460108-bccd-4b62-83d3-96baa6b3c015",
            "gambit_id": "b50c4bac-635e-47ec-b872-277b6363e218",
            "last_updated": "2023-10-23T13:43:25.047191-04:00",
            "created_at": "2023-10-18T09:13:00.418073-04:00",
            "name": "Game Total Over 43.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "43.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d9f0187d-9e99-4679-8f46-f56f2a2a9b97/?format=api"
        },
        {
            "id": "258b7f68-c291-420f-8a1c-d7a2919a2605",
            "gambit_id": "c39f6633-cf2a-4acf-aa9f-3494cce75b66",
            "last_updated": "2023-10-23T13:43:25.050923-04:00",
            "created_at": "2023-10-18T09:13:00.422947-04:00",
            "name": "Game Total Under 43.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "43.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d9f0187d-9e99-4679-8f46-f56f2a2a9b97/?format=api"
        }
    ]
}