GET /api/bet_types/ff448534-4291-4eae-939d-8187b5d0e957/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ff448534-4291-4eae-939d-8187b5d0e957",
    "match": "https://api-prod.gambitprofit.com/api/matches/0c6ffaf9-50af-4d82-9359-8f49b25f031c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-12T09:32:58.410815-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": "Phoenix Suns",
                "amount": 5944.0
            },
            {
                "team": "Oklahoma City Thunder",
                "amount": 4056.0
            }
        ],
        "expected_reward_tokens": 9450.48,
        "profit_sb": -49.52,
        "profit_sb_percentage": -0.52,
        "recommended": false
    },
    "lines": [
        {
            "id": "ebb73585-5ad5-4ba6-971a-40ead2fd790b",
            "gambit_id": "f896ba02-9525-4f4f-bf0d-1184f85ffbea",
            "last_updated": "2023-11-14T09:18:06.378583-05:00",
            "created_at": "2023-11-12T09:32:58.418881-05:00",
            "name": "Phoenix Suns",
            "reward": "1.59000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ff448534-4291-4eae-939d-8187b5d0e957/?format=api"
        },
        {
            "id": "9b9228ba-588f-4267-b691-2b40def92b82",
            "gambit_id": "6252fac1-46b3-44d3-93e9-dc5c7302cafb",
            "last_updated": "2023-11-14T09:18:06.375019-05:00",
            "created_at": "2023-11-12T09:32:58.414785-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "2.33000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ff448534-4291-4eae-939d-8187b5d0e957/?format=api"
        }
    ]
}