GET /api/bet_types/48c44ded-619c-4a66-bb2d-f32580980085/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "48c44ded-619c-4a66-bb2d-f32580980085",
    "match": "https://api-prod.gambitprofit.com/api/matches/241550ca-dde8-4f98-a369-70589b5b3940/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-05T10:57:14.963134-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": "OAK",
                "amount": 5317.0
            },
            {
                "team": "PIT",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "ca93cbec-1b1b-4a05-ad8e-5b708f879a41",
            "gambit_id": "9c6e2ccc-ea53-4b70-9f0d-c9b8cb4a5b8d",
            "last_updated": "2023-06-06T16:02:18.725420-04:00",
            "created_at": "2023-06-05T10:57:14.965516-04:00",
            "name": "OAK",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/48c44ded-619c-4a66-bb2d-f32580980085/?format=api"
        },
        {
            "id": "865e3ffe-5da7-4b5c-9529-b59d90ed255f",
            "gambit_id": "e79547bc-0c39-4640-af24-00e53b08af7b",
            "last_updated": "2023-06-06T16:02:18.727024-04:00",
            "created_at": "2023-06-05T10:57:14.967599-04:00",
            "name": "PIT",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/48c44ded-619c-4a66-bb2d-f32580980085/?format=api"
        }
    ]
}