GET /api/bet_types/733f1169-3ca9-4580-b79e-c5e1c1251624/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "733f1169-3ca9-4580-b79e-c5e1c1251624",
    "match": "https://api-prod.gambitprofit.com/api/matches/0a5f90d1-0cbb-4276-994f-daed7ea58c9c/?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 51.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 51.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9250.0,
        "profit_sb": -250.0,
        "profit_sb_percentage": -2.63,
        "recommended": false
    },
    "lines": [
        {
            "id": "10c3759a-2536-4a73-bab5-0965ed5212c9",
            "gambit_id": "4feb8a3f-dd76-44e7-bfe4-b6dca8c20c81",
            "last_updated": "2022-10-02T20:07:01.116471-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 51.5",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "51.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/733f1169-3ca9-4580-b79e-c5e1c1251624/?format=api"
        },
        {
            "id": "7f5cc16d-6cfd-463b-8d2d-214b8303aa53",
            "gambit_id": "06825b3d-518e-4522-8ec8-6df678d4dd8e",
            "last_updated": "2022-10-02T20:07:01.117618-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 51.5",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "51.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/733f1169-3ca9-4580-b79e-c5e1c1251624/?format=api"
        }
    ]
}