GET /api/bet_types/260b18fd-683e-460d-8fbe-1220ba90647e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "260b18fd-683e-460d-8fbe-1220ba90647e",
    "match": "https://api-prod.gambitprofit.com/api/matches/932ae842-1e90-46f3-b42c-48920f31330e/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Florida Atlantic",
                "amount": 6563.0
            },
            {
                "team": "Rice",
                "amount": 3437.0
            }
        ],
        "expected_reward_tokens": 9450.72,
        "profit_sb": -49.28,
        "profit_sb_percentage": -0.52,
        "recommended": false
    },
    "lines": [
        {
            "id": "5448da0d-bb02-4dd1-9fd3-3f5ed1819258",
            "gambit_id": "66cdd495-8fff-4186-9a7d-3836624b1269",
            "last_updated": "2022-10-17T09:41:51.676881-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Florida Atlantic",
            "reward": "1.44000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/260b18fd-683e-460d-8fbe-1220ba90647e/?format=api"
        },
        {
            "id": "dcc7e2fb-bb2b-4135-946f-cd6a470cc046",
            "gambit_id": "4c23f85a-4c46-47b9-8ef2-f371cbd31b60",
            "last_updated": "2022-10-17T09:41:51.678036-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Rice",
            "reward": "2.75000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/260b18fd-683e-460d-8fbe-1220ba90647e/?format=api"
        }
    ]
}