GET /api/bet_types/1cbbc6c3-ce53-404e-857c-cec99124998e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1cbbc6c3-ce53-404e-857c-cec99124998e",
    "match": "https://api-prod.gambitprofit.com/api/matches/9f79b5eb-e785-4410-9aea-a2ce3bb0f814/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-30T08:58:11.789127-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 Under 8.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "b956fa74-f371-47b4-b505-d31f60422298",
            "gambit_id": "4899f5aa-41c0-4168-be5b-009dae16ceec",
            "last_updated": "2023-10-02T10:48:22.707966-04:00",
            "created_at": "2023-09-30T08:58:11.798132-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1cbbc6c3-ce53-404e-857c-cec99124998e/?format=api"
        },
        {
            "id": "1444b570-5c1f-4a79-aa73-f546228bc372",
            "gambit_id": "e325bdd8-72d9-4ebb-88a3-386a0ed60db1",
            "last_updated": "2023-10-02T10:48:22.711347-04:00",
            "created_at": "2023-09-30T08:58:11.793242-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1cbbc6c3-ce53-404e-857c-cec99124998e/?format=api"
        }
    ]
}