GET /api/bet_types/1643196b-9d91-4a20-85a3-c90d3ce0c0db/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1643196b-9d91-4a20-85a3-c90d3ce0c0db",
    "match": "https://api-prod.gambitprofit.com/api/matches/7563907f-c60f-4c0f-b522-3e6710b7af09/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-07T11:57:09.400477-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 213.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 213.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "852f760b-4d79-4082-802c-d029dc6d0359",
            "gambit_id": "c2dc8f81-5437-48e9-9a92-2b1b5c8ef972",
            "last_updated": "2023-05-08T11:47:06.984559-04:00",
            "created_at": "2023-05-07T11:57:09.404043-04:00",
            "name": "Game Total Over 213.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "213.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1643196b-9d91-4a20-85a3-c90d3ce0c0db/?format=api"
        },
        {
            "id": "51771ea7-64a0-4fd3-b2ed-e5bb6d26982e",
            "gambit_id": "b2e2cd55-bc93-49ec-91f8-2818415dce4c",
            "last_updated": "2023-05-08T11:47:06.983105-04:00",
            "created_at": "2023-05-07T11:57:09.402285-04:00",
            "name": "Game Total Under 213.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "213.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1643196b-9d91-4a20-85a3-c90d3ce0c0db/?format=api"
        }
    ]
}