GET /api/bet_types/7d0777b8-3063-41ee-a1fd-c1069d603ba0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7d0777b8-3063-41ee-a1fd-c1069d603ba0",
    "match": "https://api-prod.gambitprofit.com/api/matches/b2df6d73-42df-4eaf-82a7-3a363d37b8aa/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-14T19:52:13.404918-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 140",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 140",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "705a3062-8211-4d24-a8f5-7a48ad22affb",
            "gambit_id": "cd41fe53-d7eb-487c-b3d6-267e2180d9ac",
            "last_updated": "2023-03-18T11:32:26.238432-04:00",
            "created_at": "2023-03-14T19:52:13.408468-04:00",
            "name": "Game Total Over 140",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "140.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7d0777b8-3063-41ee-a1fd-c1069d603ba0/?format=api"
        },
        {
            "id": "4a412e20-7ddd-4a11-a066-596a4dddb816",
            "gambit_id": "a8073ae9-0456-4835-83e8-00d15b37417b",
            "last_updated": "2023-03-18T11:32:26.236792-04:00",
            "created_at": "2023-03-14T19:52:13.406911-04:00",
            "name": "Game Total Under 140",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "140.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7d0777b8-3063-41ee-a1fd-c1069d603ba0/?format=api"
        }
    ]
}