GET /api/bet_types/87eb9057-a90f-47b3-b765-d4646d607bda/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "87eb9057-a90f-47b3-b765-d4646d607bda",
    "match": "https://api-prod.gambitprofit.com/api/matches/1e84d226-a301-432d-80de-e2842312b381/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-22T10:13:14.736985-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": "Winnipeg Jets",
                "amount": 7033.0
            },
            {
                "team": "Boston Bruins",
                "amount": 2967.0
            }
        ],
        "expected_reward_tokens": 9494.4,
        "profit_sb": -5.6,
        "profit_sb_percentage": -0.06,
        "recommended": false
    },
    "lines": [
        {
            "id": "dff0fd19-dfb7-4c9f-8a01-53a6e7d32305",
            "gambit_id": "c842a9f8-cbd9-4293-a529-b0bdd69726c6",
            "last_updated": "2023-12-23T21:08:17.530448-05:00",
            "created_at": "2023-12-22T10:13:14.744606-05:00",
            "name": "Winnipeg Jets",
            "reward": "1.35000",
            "odds": "1.37040",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/87eb9057-a90f-47b3-b765-d4646d607bda/?format=api"
        },
        {
            "id": "d1b14a0e-cdfc-4628-b5a3-423c2fbc80d7",
            "gambit_id": "d5fe6d2f-32af-425f-b0f9-1284ee0ae8ae",
            "last_updated": "2023-12-23T21:08:17.527292-05:00",
            "created_at": "2023-12-22T10:13:14.740581-05:00",
            "name": "Boston Bruins",
            "reward": "3.20000",
            "odds": "3.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/87eb9057-a90f-47b3-b765-d4646d607bda/?format=api"
        }
    ]
}