GET /api/bet_types/0c255aee-fab5-487a-80db-118336d52f58/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0c255aee-fab5-487a-80db-118336d52f58",
    "match": "https://api-prod.gambitprofit.com/api/matches/6d972a99-2cf3-4b57-8b41-69dba10613b0/?format=api",
    "name": "Play the Odds",
    "created_at": "2022-12-23T09:06:54.062469-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": "New Jersey Devils",
                "amount": 6802.0
            },
            {
                "team": "Boston Bruins",
                "amount": 3198.0
            }
        ],
        "expected_reward_tokens": 9114.3,
        "profit_sb": 114.3,
        "profit_sb_percentage": 1.27,
        "recommended": true
    },
    "lines": [
        {
            "id": "5396caf8-1862-4d24-98ed-1387fef22131",
            "gambit_id": "7157cc06-7265-485d-a0e5-79581c643d8d",
            "last_updated": "2022-12-25T18:07:05.777533-05:00",
            "created_at": "2022-12-23T09:06:54.063667-05:00",
            "name": "New Jersey Devils",
            "reward": "1.34000",
            "odds": "1.39220",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c255aee-fab5-487a-80db-118336d52f58/?format=api"
        },
        {
            "id": "9a67b60d-674b-4c07-8e3c-6798eb5e0fe9",
            "gambit_id": "e32fd8cd-3f62-4c09-b700-deea82a2fb75",
            "last_updated": "2022-12-25T18:07:05.778631-05:00",
            "created_at": "2022-12-23T09:06:54.064920-05:00",
            "name": "Boston Bruins",
            "reward": "2.85000",
            "odds": "3.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c255aee-fab5-487a-80db-118336d52f58/?format=api"
        }
    ]
}