GET /api/bet_types/6584bb9f-a1b1-4cfe-ad6b-3b9027cf7ed7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6584bb9f-a1b1-4cfe-ad6b-3b9027cf7ed7",
    "match": "https://api-prod.gambitprofit.com/api/matches/2eeb2a6a-a7c2-4e81-8219-1f234ce8ea4b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-02T08:28:12.223235-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": "Cleveland Cavaliers",
                "amount": 5000.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "706b7338-293c-40ab-9359-6617b5e6b0c3",
            "gambit_id": "4afff7c6-0152-42c5-8f26-bc35baf4d562",
            "last_updated": "2023-12-04T15:18:30.143800-05:00",
            "created_at": "2023-12-02T08:28:12.228712-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6584bb9f-a1b1-4cfe-ad6b-3b9027cf7ed7/?format=api"
        },
        {
            "id": "e5b2b46f-f8e0-47f2-93ce-a70d46fbff51",
            "gambit_id": "ed68dec6-af7c-4521-a3ba-2e561036e732",
            "last_updated": "2023-12-04T15:18:30.147059-05:00",
            "created_at": "2023-12-02T08:28:12.233651-05:00",
            "name": "Detroit Pistons",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6584bb9f-a1b1-4cfe-ad6b-3b9027cf7ed7/?format=api"
        }
    ]
}