GET /api/bet_types/c5228f4b-e36f-48e2-a3bf-9441cf2bb65c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c5228f4b-e36f-48e2-a3bf-9441cf2bb65c",
    "match": "https://api-prod.gambitprofit.com/api/matches/24aafc39-672d-435c-ac2a-7a50001ce495/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-11T09:11:49.460129-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 237",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 237",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "9c8332ca-d3d5-4eec-aad8-dd932f9ec8b2",
            "gambit_id": "bb69f5df-3187-49e0-b5b0-2cbe3a1aa091",
            "last_updated": "2023-01-12T15:37:06.131446-05:00",
            "created_at": "2023-01-11T09:11:49.462733-05:00",
            "name": "Game Total Over 237",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "237.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c5228f4b-e36f-48e2-a3bf-9441cf2bb65c/?format=api"
        },
        {
            "id": "4752a26f-bfd1-4834-8776-cefc97ff142a",
            "gambit_id": "02461f84-be70-4483-85e4-84bfe4aafabe",
            "last_updated": "2023-01-12T15:37:06.130359-05:00",
            "created_at": "2023-01-11T09:11:49.461428-05:00",
            "name": "Game Total Under 237",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "237.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c5228f4b-e36f-48e2-a3bf-9441cf2bb65c/?format=api"
        }
    ]
}