GET /api/bet_types/a842e742-0c3c-4de9-af34-a6cafb636b70/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a842e742-0c3c-4de9-af34-a6cafb636b70",
    "match": "https://api-prod.gambitprofit.com/api/matches/b0430bd9-642e-4f7c-92c3-e531c1c173b3/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-23T14:32:08.233835-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 38.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 38.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "c87c9009-bbf1-48ae-a753-5f59018bc60f",
            "gambit_id": "88050103-ea28-4bf6-afc5-0aa27227554d",
            "last_updated": "2023-02-24T11:47:07.261412-05:00",
            "created_at": "2023-02-23T14:32:08.236829-05:00",
            "name": "Game Total Over 38.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "38.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a842e742-0c3c-4de9-af34-a6cafb636b70/?format=api"
        },
        {
            "id": "6353d267-b6eb-4979-a10a-147cd2912629",
            "gambit_id": "5e5c5bfa-9614-4104-ad37-dade4953ecb5",
            "last_updated": "2023-02-24T11:47:07.260269-05:00",
            "created_at": "2023-02-23T14:32:08.235401-05:00",
            "name": "Game Total Under 38.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "38.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a842e742-0c3c-4de9-af34-a6cafb636b70/?format=api"
        }
    ]
}