GET /api/bet_types/f8347301-efaf-4014-88a9-a8d17cdecc68/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f8347301-efaf-4014-88a9-a8d17cdecc68",
    "match": "https://api-prod.gambitprofit.com/api/matches/ab75516a-6be3-44d5-8ea4-d7fd8d410109/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-29T08:41:54.967999-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 224",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 224",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "e7dd873b-e0e0-48aa-9c07-936fd7b751ba",
            "gambit_id": "dfcbd876-96f9-4a4c-a8e4-513d35401c0b",
            "last_updated": "2023-01-30T17:46:59.427514-05:00",
            "created_at": "2023-01-29T08:41:54.969671-05:00",
            "name": "Game Total Under 224",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "224.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f8347301-efaf-4014-88a9-a8d17cdecc68/?format=api"
        },
        {
            "id": "8540e69a-24fd-43e7-83f7-16f5b843c1ef",
            "gambit_id": "c8b6c3aa-f600-4824-8c7c-f5b584767a55",
            "last_updated": "2023-01-30T17:46:59.428853-05:00",
            "created_at": "2023-01-29T08:41:54.971073-05:00",
            "name": "Game Total Over 224",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "224.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f8347301-efaf-4014-88a9-a8d17cdecc68/?format=api"
        }
    ]
}