GET /api/bet_types/8a4fe84b-4738-47b7-a84a-816f32a14cb0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8a4fe84b-4738-47b7-a84a-816f32a14cb0",
    "match": "https://api-prod.gambitprofit.com/api/matches/f22b4c08-0e86-4d7a-839f-bfc2468493c1/?format=api",
    "name": "Play the Odds",
    "created_at": "2022-12-26T00:32:07.847865-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": "Detroit Pistons",
                "amount": 5000.0
            },
            {
                "team": "Los Angeles Clippers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "104817d4-ab9a-451c-9b64-170bceec1a5d",
            "gambit_id": "18922d7b-0d7a-4adc-b6e1-3d675abd02f7",
            "last_updated": "2022-12-27T10:32:04.465795-05:00",
            "created_at": "2022-12-26T00:32:07.849150-05:00",
            "name": "Detroit Pistons",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8a4fe84b-4738-47b7-a84a-816f32a14cb0/?format=api"
        },
        {
            "id": "2fbbce9e-8b4b-44c2-a9ec-50c0da4678c9",
            "gambit_id": "5d8755cf-2d37-4fd3-afbf-63485b497148",
            "last_updated": "2022-12-27T10:32:04.466936-05:00",
            "created_at": "2022-12-26T00:32:07.850399-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "-6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8a4fe84b-4738-47b7-a84a-816f32a14cb0/?format=api"
        }
    ]
}