GET /api/bet_types/b87e9c16-c885-4f50-9c37-bc7e9b405bfa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b87e9c16-c885-4f50-9c37-bc7e9b405bfa",
    "match": "https://api-prod.gambitprofit.com/api/matches/b6098642-5464-450a-a7bb-51d1452514e6/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-23T09:07:00.831874-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": "Buffalo Sabres",
                "amount": 5316.0
            },
            {
                "team": "Tampa Bay Lightning",
                "amount": 4684.0
            }
        ],
        "expected_reward_tokens": 9461.68,
        "profit_sb": -38.32,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "06101745-badc-47b0-a130-f0896a20a670",
            "gambit_id": "0a593b4f-0fd3-4ae9-a57a-f336f05cbf0e",
            "last_updated": "2023-02-24T12:41:56.595805-05:00",
            "created_at": "2023-02-23T09:07:00.834405-05:00",
            "name": "Buffalo Sabres",
            "reward": "1.78000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b87e9c16-c885-4f50-9c37-bc7e9b405bfa/?format=api"
        },
        {
            "id": "2d8039ce-8463-4474-ba32-d82c8fd31eb8",
            "gambit_id": "aea86787-2495-400e-ac00-6aa69e7c3a26",
            "last_updated": "2023-02-24T12:41:56.594667-05:00",
            "created_at": "2023-02-23T09:07:00.833123-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "2.02000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b87e9c16-c885-4f50-9c37-bc7e9b405bfa/?format=api"
        }
    ]
}