GET /api/bet_types/26026796-b5f0-4bee-87a7-5dd3c97dd459/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "26026796-b5f0-4bee-87a7-5dd3c97dd459",
    "match": "https://api-prod.gambitprofit.com/api/matches/5ce992e3-fb8c-4635-b51f-904f21a73d12/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-05T09:53:19.140016-04: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": "CLE",
                "amount": 6010.0
            },
            {
                "team": "MIN",
                "amount": 3990.0
            }
        ],
        "expected_reward_tokens": 9495.8,
        "profit_sb": -4.2,
        "profit_sb_percentage": -0.04,
        "recommended": false
    },
    "lines": [
        {
            "id": "30de34d5-51d6-4f37-b4b5-53053df4a845",
            "gambit_id": "026d3bb3-92ce-4885-b18a-f4d0e37448a4",
            "last_updated": "2023-09-07T10:23:05.841797-04:00",
            "created_at": "2023-09-05T09:53:19.148591-04:00",
            "name": "CLE",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/26026796-b5f0-4bee-87a7-5dd3c97dd459/?format=api"
        },
        {
            "id": "ad397ac7-a5eb-4c18-b757-233d4f716c82",
            "gambit_id": "72c17c41-8f8d-433a-837e-220dea4a25fa",
            "last_updated": "2023-09-07T10:23:05.838397-04:00",
            "created_at": "2023-09-05T09:53:19.143776-04:00",
            "name": "MIN",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/26026796-b5f0-4bee-87a7-5dd3c97dd459/?format=api"
        }
    ]
}