GET /api/bet_types/a34e4754-c8b9-473a-af4b-769c99efc3c9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a34e4754-c8b9-473a-af4b-769c99efc3c9",
    "match": "https://api-prod.gambitprofit.com/api/matches/930d7d50-c026-40bc-b94b-9c7ac11de577/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-26T09:43:14.283967-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 Over 6.5",
                "amount": 5599.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4401.0
            }
        ],
        "expected_reward_tokens": 9462.15,
        "profit_sb": -37.85,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "89ce49d8-ada0-42f1-a837-90cb03d09be3",
            "gambit_id": "f5671614-7ce0-4051-bad3-481335ef2eef",
            "last_updated": "2023-11-27T20:03:07.503922-05:00",
            "created_at": "2023-11-26T09:43:14.287936-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a34e4754-c8b9-473a-af4b-769c99efc3c9/?format=api"
        },
        {
            "id": "cbfbaa10-7595-4147-8d9d-b2c4ee694b7e",
            "gambit_id": "5a422413-0bb2-4fea-b8e2-28c8777bf6fd",
            "last_updated": "2023-11-27T20:03:07.507660-05:00",
            "created_at": "2023-11-26T09:43:14.292051-05:00",
            "name": "Game Total Under 6.5",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a34e4754-c8b9-473a-af4b-769c99efc3c9/?format=api"
        }
    ]
}