GET /api/bet_types/0b69a4be-5489-4600-aec9-2a98c378db32/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0b69a4be-5489-4600-aec9-2a98c378db32",
    "match": "https://api-prod.gambitprofit.com/api/matches/04b0f6df-60f9-41e4-a468-21fb72b89a6a/?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 Over 6.5",
                "amount": 5108.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4892.0
            }
        ],
        "expected_reward_tokens": 9294.8,
        "profit_sb": -205.2,
        "profit_sb_percentage": -2.16,
        "recommended": false
    },
    "lines": [
        {
            "id": "bb13b5a0-d4d0-487c-a55e-5b3f78b1c139",
            "gambit_id": "46799edf-355b-44d4-889d-cfd7d52649a9",
            "last_updated": "2022-10-02T15:17:30.575896-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.82000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0b69a4be-5489-4600-aec9-2a98c378db32/?format=api"
        },
        {
            "id": "188db8ba-4e5e-4ef5-a3ef-735458a843f7",
            "gambit_id": "70946f29-b52a-4ca4-a675-89f4dde96dbe",
            "last_updated": "2022-10-02T15:17:30.574745-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0b69a4be-5489-4600-aec9-2a98c378db32/?format=api"
        }
    ]
}