GET /api/bet_types/1c000b07-a6f5-45d8-9f4e-17bee8a62242/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1c000b07-a6f5-45d8-9f4e-17bee8a62242",
    "match": "https://api-prod.gambitprofit.com/api/matches/6718c417-d382-4c62-ae7c-0e0362230fba/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-01T19:33:13.096661-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": "Total Rounds Over 3.5",
                "amount": 5573.0
            },
            {
                "team": "Total Rounds Under 3.5",
                "amount": 4427.0
            }
        ],
        "expected_reward_tokens": 9251.18,
        "profit_sb": -248.82,
        "profit_sb_percentage": -2.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "3ebea3e0-7779-4af8-be8c-dda0192e42d5",
            "gambit_id": "f15c6f33-10f4-4b5d-a770-84ca31a1590c",
            "last_updated": "2023-12-05T21:23:20.051699-05:00",
            "created_at": "2023-12-01T19:33:13.100297-05:00",
            "name": "Total Rounds Over 3.5",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1c000b07-a6f5-45d8-9f4e-17bee8a62242/?format=api"
        },
        {
            "id": "9a466b25-3010-455b-87f4-5fdf5d881166",
            "gambit_id": "ea3d001b-7267-437b-8606-82a326720592",
            "last_updated": "2023-12-05T21:23:20.055005-05:00",
            "created_at": "2023-12-01T19:33:13.104351-05:00",
            "name": "Total Rounds Under 3.5",
            "reward": "2.09000",
            "odds": "2.15000",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1c000b07-a6f5-45d8-9f4e-17bee8a62242/?format=api"
        }
    ]
}