GET /api/bet_types/a0413fb6-4fc3-44bc-bd59-d0899b0835b2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a0413fb6-4fc3-44bc-bd59-d0899b0835b2",
    "match": "https://api-prod.gambitprofit.com/api/matches/9ccb49a2-f6ef-443f-88c7-66feb120e4ec/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-17T11:42:59.405836-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 9",
                "amount": 5319.0
            },
            {
                "team": "Game Total Under 9",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "26a71416-3379-466c-853f-83dbf244fcfc",
            "gambit_id": "16b6eb3a-ffa1-4e38-b8ad-f83e5aecae44",
            "last_updated": "2023-07-18T14:18:27.206506-04:00",
            "created_at": "2023-07-17T11:42:59.408711-04:00",
            "name": "Game Total Over 9",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a0413fb6-4fc3-44bc-bd59-d0899b0835b2/?format=api"
        },
        {
            "id": "4c64fa92-994b-41ee-bfa1-a7b20ae391a4",
            "gambit_id": "d3c4fe1d-caa6-4be6-a997-09558f7cd8e2",
            "last_updated": "2023-07-18T14:18:27.209264-04:00",
            "created_at": "2023-07-17T11:42:59.407249-04:00",
            "name": "Game Total Under 9",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a0413fb6-4fc3-44bc-bd59-d0899b0835b2/?format=api"
        }
    ]
}