GET /api/bet_types/a1528fe9-4b55-456e-ab1d-0e19f411f465/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a1528fe9-4b55-456e-ab1d-0e19f411f465",
    "match": "https://api-prod.gambitprofit.com/api/matches/10a03578-df52-4333-8540-94af35253c34/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-01T09:21:59.926248-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": "Anaheim Ducks",
                "amount": 5780.0
            },
            {
                "team": "Washington Capitals",
                "amount": 4220.0
            }
        ],
        "expected_reward_tokens": 9537.0,
        "profit_sb": 37.0,
        "profit_sb_percentage": 0.39,
        "recommended": true
    },
    "lines": [
        {
            "id": "b4edf2d9-f890-4228-8ae3-ecab863131d8",
            "gambit_id": "15c2ce7e-4a10-497b-9c33-25d19c759c8c",
            "last_updated": "2023-03-02T07:21:55.425936-05:00",
            "created_at": "2023-03-01T09:21:59.927519-05:00",
            "name": "Anaheim Ducks",
            "reward": "1.65000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a1528fe9-4b55-456e-ab1d-0e19f411f465/?format=api"
        },
        {
            "id": "a210aaf6-ad16-40fe-ac2f-b1ede9c733b7",
            "gambit_id": "c86800eb-d9bb-40de-b730-47358ce7dea1",
            "last_updated": "2023-03-02T07:21:55.427016-05:00",
            "created_at": "2023-03-01T09:21:59.928788-05:00",
            "name": "Washington Capitals",
            "reward": "2.26000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a1528fe9-4b55-456e-ab1d-0e19f411f465/?format=api"
        }
    ]
}