GET /api/bet_types/5c9a84ff-3d9f-4721-83d3-760f4a408dc3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5c9a84ff-3d9f-4721-83d3-760f4a408dc3",
    "match": "https://api-prod.gambitprofit.com/api/matches/243a1ab7-14a8-4f2e-8724-881b988153d3/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-09T11:12:02.298193-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": "Tampa Bay Lightning",
                "amount": 5317.0
            },
            {
                "team": "Colorado Avalanche",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "511bdf4d-fc11-4163-b0de-f5ca902fc613",
            "gambit_id": "ac8947ae-7675-4291-80ac-bc94325da177",
            "last_updated": "2023-02-11T23:17:15.771713-05:00",
            "created_at": "2023-02-09T11:12:02.299527-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5c9a84ff-3d9f-4721-83d3-760f4a408dc3/?format=api"
        },
        {
            "id": "3f66f575-6e47-48c7-b40e-b17112601182",
            "gambit_id": "990b3fb4-89a8-4cc6-967c-4d1ee459b1f1",
            "last_updated": "2023-02-11T23:17:15.772936-05:00",
            "created_at": "2023-02-09T11:12:02.300863-05:00",
            "name": "Colorado Avalanche",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5c9a84ff-3d9f-4721-83d3-760f4a408dc3/?format=api"
        }
    ]
}