GET /api/bet_types/8a83cb19-0f4b-4de7-8508-d415076ec4a4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8a83cb19-0f4b-4de7-8508-d415076ec4a4",
    "match": "https://api-prod.gambitprofit.com/api/matches/9f5c151d-55a8-43fe-8db6-f912591793ac/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-09T14:27:16.252859-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": "Carolina Hurricanes",
                "amount": 5939.0
            },
            {
                "team": "Philadelphia Flyers",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "bce149de-9f65-42ca-a20b-8a891450c592",
            "gambit_id": "8a1b6066-699c-4113-a385-8721a6459c8c",
            "last_updated": "2023-03-10T10:42:01.539282-05:00",
            "created_at": "2023-03-09T14:27:16.254183-05:00",
            "name": "Carolina Hurricanes",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8a83cb19-0f4b-4de7-8508-d415076ec4a4/?format=api"
        },
        {
            "id": "3ac69a33-ca81-4134-9c8d-49bb4f37a4b8",
            "gambit_id": "653da580-2f43-438b-ae48-81df325064f3",
            "last_updated": "2023-03-10T10:42:01.540829-05:00",
            "created_at": "2023-03-09T14:27:16.255575-05:00",
            "name": "Philadelphia Flyers",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8a83cb19-0f4b-4de7-8508-d415076ec4a4/?format=api"
        }
    ]
}