GET /api/bet_types/f96d0742-e038-4132-a86e-076fd4ea926f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f96d0742-e038-4132-a86e-076fd4ea926f",
    "match": "https://api-prod.gambitprofit.com/api/matches/55d072ca-4a96-44b2-af38-ef9a96b19e0a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-21T10:22:15.300355-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": "Milwaukee Bucks",
                "amount": 5000.0
            },
            {
                "team": "Cleveland Cavaliers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "ccc7f34c-f30e-49fa-9ffa-ff5f5f9fba4a",
            "gambit_id": "fe18965a-8722-4bf6-92c9-53f86472b542",
            "last_updated": "2023-01-22T21:22:15.780809-05:00",
            "created_at": "2023-01-21T10:22:15.302718-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f96d0742-e038-4132-a86e-076fd4ea926f/?format=api"
        },
        {
            "id": "3d546a42-c6e4-4a77-8d77-43691611b93d",
            "gambit_id": "edb2f420-eb31-488c-8a46-f733efb13911",
            "last_updated": "2023-01-22T21:22:15.779647-05:00",
            "created_at": "2023-01-21T10:22:15.301496-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f96d0742-e038-4132-a86e-076fd4ea926f/?format=api"
        }
    ]
}