GET /api/bet_types/fb168d15-b1ee-446f-b74b-185a171807bb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fb168d15-b1ee-446f-b74b-185a171807bb",
    "match": "https://api-prod.gambitprofit.com/api/matches/1c4eb9d6-3a20-4fdd-845a-76d7a7d6dd56/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-25T13:53:23.901796-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": "TEX",
                "amount": 6010.0
            },
            {
                "team": "HOU",
                "amount": 3990.0
            }
        ],
        "expected_reward_tokens": 9495.8,
        "profit_sb": -4.2,
        "profit_sb_percentage": -0.04,
        "recommended": false
    },
    "lines": [
        {
            "id": "26053dad-c9a4-4700-b431-d2be29b7ea09",
            "gambit_id": "de3d54a0-26de-4a8b-b06f-94e33d7dd34c",
            "last_updated": "2023-07-27T13:02:59.302194-04:00",
            "created_at": "2023-07-25T13:53:23.916996-04:00",
            "name": "TEX",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fb168d15-b1ee-446f-b74b-185a171807bb/?format=api"
        },
        {
            "id": "f8621046-e7e0-4f9f-94ae-37411b1e6c3b",
            "gambit_id": "5c7b941e-b98c-4020-ae27-b70e5abe1fef",
            "last_updated": "2023-07-27T13:02:59.305760-04:00",
            "created_at": "2023-07-25T13:53:23.935046-04:00",
            "name": "HOU",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fb168d15-b1ee-446f-b74b-185a171807bb/?format=api"
        }
    ]
}