GET /api/bet_types/a5567d04-3206-46f7-a937-bbfa735c4ab6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a5567d04-3206-46f7-a937-bbfa735c4ab6",
    "match": "https://api-prod.gambitprofit.com/api/matches/db2b38d6-96b6-41bc-9866-254de9b9adf1/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-22T09:57:59.470986-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": "Total Rounds Over 2.5",
                "amount": 6309.0
            },
            {
                "team": "Total Rounds Under 2.5",
                "amount": 3691.0
            }
        ],
        "expected_reward_tokens": 9337.32,
        "profit_sb": -162.68,
        "profit_sb_percentage": -1.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "a3271e7b-a231-4200-83f9-c3e03a9e9f89",
            "gambit_id": "53d9e284-35dd-4e5f-ae56-5a775217a262",
            "last_updated": "2023-07-23T22:07:59.818173-04:00",
            "created_at": "2023-07-22T09:57:59.475309-04:00",
            "name": "Total Rounds Over 2.5",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a5567d04-3206-46f7-a937-bbfa735c4ab6/?format=api"
        },
        {
            "id": "4dc32204-ca80-47ca-bc3f-da92a02a2c2c",
            "gambit_id": "7ab172b6-b91b-4abe-ae0b-9e1f7adf87be",
            "last_updated": "2023-07-23T22:07:59.821592-04:00",
            "created_at": "2023-07-22T09:57:59.479781-04:00",
            "name": "Total Rounds Under 2.5",
            "reward": "2.53000",
            "odds": "2.60000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a5567d04-3206-46f7-a937-bbfa735c4ab6/?format=api"
        }
    ]
}