GET /api/bet_types/bd5aaa0f-2215-4a9d-b6b2-6e2118bc3ab4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bd5aaa0f-2215-4a9d-b6b2-6e2118bc3ab4",
    "match": "https://api-prod.gambitprofit.com/api/matches/64da0ccb-cfe1-40c4-adaa-5f2352e00f9d/?format=api",
    "name": "Play the Odds",
    "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": "BOS",
                "amount": 5204.0
            },
            {
                "team": "ATL",
                "amount": 4796.0
            }
        ],
        "expected_reward_tokens": 9159.04,
        "profit_sb": 159.04,
        "profit_sb_percentage": 1.77,
        "recommended": true
    },
    "lines": [
        {
            "id": "fad2687d-3dee-4626-bc41-4b0ecb0e5f17",
            "gambit_id": "8e65b56f-1bac-4e11-90cf-f5a871b81e96",
            "last_updated": "2022-08-11T09:42:07.799421-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BOS",
            "reward": "1.76000",
            "odds": "1.83330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd5aaa0f-2215-4a9d-b6b2-6e2118bc3ab4/?format=api"
        },
        {
            "id": "913f5360-e016-4644-bfef-01b7477afaf9",
            "gambit_id": "d6a0338a-5e31-4525-9de8-57d72611b4d5",
            "last_updated": "2022-08-11T09:42:07.800060-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ATL",
            "reward": "1.91000",
            "odds": "2.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd5aaa0f-2215-4a9d-b6b2-6e2118bc3ab4/?format=api"
        }
    ]
}