GET /api/bet_types/6e17319d-280a-46eb-941a-963f3984a734/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6e17319d-280a-46eb-941a-963f3984a734",
    "match": "https://api-prod.gambitprofit.com/api/matches/a88da3d0-b211-4e14-ab5f-b1407d33a490/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-13T08:17:04.881884-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": "Arizona Coyotes",
                "amount": 5419.0
            },
            {
                "team": "Nashville Predators",
                "amount": 4581.0
            }
        ],
        "expected_reward_tokens": 9482.67,
        "profit_sb": -17.33,
        "profit_sb_percentage": -0.18,
        "recommended": false
    },
    "lines": [
        {
            "id": "1dea16ea-9417-4abe-b6ac-1da175d90e5c",
            "gambit_id": "5dbb3bc3-22d1-4c50-8f87-ccf5aa3d4671",
            "last_updated": "2023-02-14T09:51:55.071404-05:00",
            "created_at": "2023-02-13T08:17:04.884433-05:00",
            "name": "Arizona Coyotes",
            "reward": "1.75000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6e17319d-280a-46eb-941a-963f3984a734/?format=api"
        },
        {
            "id": "d277ff9b-2ce2-4adc-94f9-372142c4ad29",
            "gambit_id": "5f3cdefe-5ef0-4322-9a21-832f580dabbd",
            "last_updated": "2023-02-14T09:51:55.070163-05:00",
            "created_at": "2023-02-13T08:17:04.883121-05:00",
            "name": "Nashville Predators",
            "reward": "2.07000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6e17319d-280a-46eb-941a-963f3984a734/?format=api"
        }
    ]
}