GET /api/bet_types/e2e8a4d4-fdae-44b3-ab90-f6d85e6c8da8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e2e8a4d4-fdae-44b3-ab90-f6d85e6c8da8",
    "match": "https://api-prod.gambitprofit.com/api/matches/4f6d217f-f13e-4d67-a1ec-6e33b8a6416f/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-03T09:37:58.167939-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": "Los Angeles Clippers",
                "amount": 5107.0
            },
            {
                "team": "Phoenix Suns",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "20b62056-4d05-43ff-94a5-16ee8a42b644",
            "gambit_id": "b82f7d69-b4f9-43d9-b20a-0978a06fe917",
            "last_updated": "2024-01-05T13:53:02.214369-05:00",
            "created_at": "2024-01-03T09:37:58.171599-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e2e8a4d4-fdae-44b3-ab90-f6d85e6c8da8/?format=api"
        },
        {
            "id": "6ec7a6be-ba1f-440d-a409-8567384f08ad",
            "gambit_id": "c1734b19-72ed-4ef4-b825-fecd2c318b75",
            "last_updated": "2024-01-05T13:53:02.218157-05:00",
            "created_at": "2024-01-03T09:37:58.175823-05:00",
            "name": "Phoenix Suns",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e2e8a4d4-fdae-44b3-ab90-f6d85e6c8da8/?format=api"
        }
    ]
}