GET /api/bet_types/b4cea5ed-179b-44ff-9969-07cee20a5dd2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b4cea5ed-179b-44ff-9969-07cee20a5dd2",
    "match": "https://api-prod.gambitprofit.com/api/matches/f12a9c9f-bf9a-41a4-8611-d0535e33f6fe/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Carolina Hurricanes",
                "amount": 6401.0
            },
            {
                "team": "Washington Capitals",
                "amount": 3599.0
            }
        ],
        "expected_reward_tokens": 9537.35,
        "profit_sb": 37.35,
        "profit_sb_percentage": 0.39,
        "recommended": true
    },
    "lines": [
        {
            "id": "81af80b5-0f07-4802-ba33-cd517c58e501",
            "gambit_id": "577e8b65-3e3e-4f7e-91c6-a5a6f6141801",
            "last_updated": "2022-11-01T10:22:25.729332-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Carolina Hurricanes",
            "reward": "1.49000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b4cea5ed-179b-44ff-9969-07cee20a5dd2/?format=api"
        },
        {
            "id": "2cdbf19e-2002-4809-b821-05b38cdd2f64",
            "gambit_id": "cce34441-e2cd-4e59-aa3e-a864848163f4",
            "last_updated": "2022-11-01T10:22:25.730244-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington Capitals",
            "reward": "2.65000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b4cea5ed-179b-44ff-9969-07cee20a5dd2/?format=api"
        }
    ]
}