GET /api/bet_types/c91d853d-b7bc-4f97-931d-19fe164ae7a8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c91d853d-b7bc-4f97-931d-19fe164ae7a8",
    "match": "https://api-prod.gambitprofit.com/api/matches/0292cadd-ec82-4cf6-8cda-f6a8aedb608c/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-20T09:13:18.910214-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 Under 2.5",
                "amount": 5676.0
            },
            {
                "team": "Total Rounds Over 2.5",
                "amount": 4324.0
            }
        ],
        "expected_reward_tokens": 9251.88,
        "profit_sb": -248.12,
        "profit_sb_percentage": -2.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "9c5ac842-5ff6-4ea1-ba41-3d778f952d07",
            "gambit_id": "7cc830c9-46b9-4f71-a442-30ffe53062e9",
            "last_updated": "2023-10-23T13:52:56.256017-04:00",
            "created_at": "2023-10-20T09:13:18.918775-04:00",
            "name": "Total Rounds Under 2.5",
            "reward": "1.63000",
            "odds": "1.66670",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c91d853d-b7bc-4f97-931d-19fe164ae7a8/?format=api"
        },
        {
            "id": "90706e61-490b-4c8f-8ee4-e6db679222de",
            "gambit_id": "cb8a6028-b004-4124-8e0d-1196a70ce03b",
            "last_updated": "2023-10-23T13:52:56.252643-04:00",
            "created_at": "2023-10-20T09:13:18.914023-04:00",
            "name": "Total Rounds Over 2.5",
            "reward": "2.14000",
            "odds": "2.20000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c91d853d-b7bc-4f97-931d-19fe164ae7a8/?format=api"
        }
    ]
}