GET /api/bet_types/5f4cf5fe-fac6-4673-ad7a-5515ee398d91/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5f4cf5fe-fac6-4673-ad7a-5515ee398d91",
    "match": "https://api-prod.gambitprofit.com/api/matches/5c33aefb-ef01-4c10-ae36-448840e0b27f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-09T09:48:14.911423-04: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": "MIA",
                "amount": 6399.0
            },
            {
                "team": "CWS",
                "amount": 3601.0
            }
        ],
        "expected_reward_tokens": 9470.52,
        "profit_sb": -29.48,
        "profit_sb_percentage": -0.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "d69747f1-bdc7-4ce0-bbda-610b2ee5d09c",
            "gambit_id": "30bb881e-01f7-46e7-9cf3-0931e58eb8f3",
            "last_updated": "2023-06-10T17:03:15.389225-04:00",
            "created_at": "2023-06-09T09:48:14.912991-04:00",
            "name": "MIA",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5f4cf5fe-fac6-4673-ad7a-5515ee398d91/?format=api"
        },
        {
            "id": "635d7d1f-e8dd-439c-8102-4cd257d0cfa1",
            "gambit_id": "305f1201-d31e-4ed7-abcc-d99ffe40bd6e",
            "last_updated": "2023-06-10T17:03:15.390910-04:00",
            "created_at": "2023-06-09T09:48:14.914689-04:00",
            "name": "CWS",
            "reward": "2.63000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5f4cf5fe-fac6-4673-ad7a-5515ee398d91/?format=api"
        }
    ]
}