GET /api/bet_types/d0f0cad0-3bb4-4bce-b573-b1fa47a051d8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d0f0cad0-3bb4-4bce-b573-b1fa47a051d8",
    "match": "https://api-prod.gambitprofit.com/api/matches/2f243b26-6fc0-47ac-98a3-3eb5acf50513/?format=api",
    "name": "Play the Odds",
    "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": "Los Angeles Clippers",
                "amount": 5097.0
            },
            {
                "team": "Charlotte Hornets",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 8970.72,
        "profit_sb": -29.28,
        "profit_sb_percentage": -0.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "63d56fb2-0698-4501-b8c2-a1c1438fd88c",
            "gambit_id": "1a72dbc5-6f87-4b48-9100-a0866779fe1c",
            "last_updated": "2022-12-06T09:57:02.234514-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.76000",
            "odds": "1.86960",
            "spread": "-6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d0f0cad0-3bb4-4bce-b573-b1fa47a051d8/?format=api"
        },
        {
            "id": "8252f4e2-f1a7-4bf4-8d42-af637b912827",
            "gambit_id": "ccd4965a-fafc-4c36-b9ba-d4774bcf6af7",
            "last_updated": "2022-12-06T09:57:02.233420-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Charlotte Hornets",
            "reward": "1.83000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d0f0cad0-3bb4-4bce-b573-b1fa47a051d8/?format=api"
        }
    ]
}