GET /api/bet_types/d719fbd3-b687-4f42-b575-12003006743c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d719fbd3-b687-4f42-b575-12003006743c",
    "match": "https://api-prod.gambitprofit.com/api/matches/8799f59d-369f-49e3-8b0d-9dcb351ebbe2/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-01T23:03:18.078580-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 2.5",
                "amount": 5511.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4489.0
            }
        ],
        "expected_reward_tokens": 9202.45,
        "profit_sb": -297.55,
        "profit_sb_percentage": -3.13,
        "recommended": false
    },
    "lines": [
        {
            "id": "363cae55-8504-44ad-80f9-e9c2a1e23327",
            "gambit_id": "bee7cccb-ce27-4c98-8399-2caaf24a6b96",
            "last_updated": "2023-09-06T11:48:29.499377-04:00",
            "created_at": "2023-09-01T23:03:18.082289-04:00",
            "name": "Game Total Over 2.5",
            "reward": "1.67000",
            "odds": "1.70000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d719fbd3-b687-4f42-b575-12003006743c/?format=api"
        },
        {
            "id": "b4b3a00a-2e36-42ec-ac79-ffaa78ee2c48",
            "gambit_id": "c0cd27d5-80f8-4dd3-9fcc-8b5e86c4fccb",
            "last_updated": "2023-09-06T11:48:29.502715-04:00",
            "created_at": "2023-09-01T23:03:18.086659-04:00",
            "name": "Game Total Under 2.5",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d719fbd3-b687-4f42-b575-12003006743c/?format=api"
        }
    ]
}