GET /api/bet_types/87ddd72c-9414-4d3f-bb0b-2b50663adfba/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "87ddd72c-9414-4d3f-bb0b-2b50663adfba",
    "match": "https://api-prod.gambitprofit.com/api/matches/82aab36c-e033-46e0-8c50-0418fbb1e821/?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 Under 7.5",
                "amount": 5205.0
            },
            {
                "team": "Game Total Over 7.5",
                "amount": 4795.0
            }
        ],
        "expected_reward_tokens": 9108.75,
        "profit_sb": 108.75,
        "profit_sb_percentage": 1.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "334a5f2c-92fb-4945-9764-0cfe7ccaa548",
            "gambit_id": "dd76b6c2-f12b-4a0c-b387-0a458bb438f6",
            "last_updated": "2022-08-19T09:46:52.192507-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7.5",
            "reward": "1.75000",
            "odds": "1.83330",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/87ddd72c-9414-4d3f-bb0b-2b50663adfba/?format=api"
        },
        {
            "id": "713d7574-3103-4d4f-b4fc-720ab1b908ab",
            "gambit_id": "0a8ba768-4229-4bbf-b0cc-f3fe9cdc0daf",
            "last_updated": "2022-08-19T09:46:52.192988-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7.5",
            "reward": "1.90000",
            "odds": "2.00000",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/87ddd72c-9414-4d3f-bb0b-2b50663adfba/?format=api"
        }
    ]
}