GET /api/bet_types/b8f8b05f-7523-4543-85f2-27ada36ec252/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b8f8b05f-7523-4543-85f2-27ada36ec252",
    "match": "https://api-prod.gambitprofit.com/api/matches/6a1f01d4-4fe5-4182-a820-2a8aa421b31a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-13T08:17:03.985692-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": "San Antonio Spurs",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "d3e864e9-e957-4ff5-9112-715fe72f5251",
            "gambit_id": "f6bdc3bf-6e7e-4b8b-befe-904128d9cc03",
            "last_updated": "2023-02-14T09:46:58.928147-05:00",
            "created_at": "2023-02-13T08:17:03.987037-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-16.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b8f8b05f-7523-4543-85f2-27ada36ec252/?format=api"
        },
        {
            "id": "d45fac88-6944-45d3-8e96-58d5fd454226",
            "gambit_id": "560c7288-8b5d-46df-9c2d-c299ebd1e332",
            "last_updated": "2023-02-14T09:46:58.929326-05:00",
            "created_at": "2023-02-13T08:17:03.988414-05:00",
            "name": "San Antonio Spurs",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "16.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b8f8b05f-7523-4543-85f2-27ada36ec252/?format=api"
        }
    ]
}