GET /api/bet_types/e849aa46-ccb2-48c8-9675-411528916a5d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e849aa46-ccb2-48c8-9675-411528916a5d",
    "match": "https://api-prod.gambitprofit.com/api/matches/400db7a0-dc81-43fb-a207-b130e5479aeb/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-28T09:42:06.896258-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": "Edmonton Oilers",
                "amount": 5945.0
            },
            {
                "team": "Chicago Blackhawks",
                "amount": 4055.0
            }
        ],
        "expected_reward_tokens": 9569.8,
        "profit_sb": 69.8,
        "profit_sb_percentage": 0.73,
        "recommended": true
    },
    "lines": [
        {
            "id": "d553c8c0-1b0e-46d9-98cb-46cd685ab3a4",
            "gambit_id": "a7d6f39f-d9d8-4419-aaee-ccb393750a00",
            "last_updated": "2023-01-30T17:46:56.970624-05:00",
            "created_at": "2023-01-28T09:42:06.897539-05:00",
            "name": "Edmonton Oilers",
            "reward": "1.61000",
            "odds": "1.62500",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e849aa46-ccb2-48c8-9675-411528916a5d/?format=api"
        },
        {
            "id": "eb2803a0-c4a4-4e04-b20d-ae443688ca30",
            "gambit_id": "baf06049-343b-4c79-a2f7-5b1b4662443b",
            "last_updated": "2023-01-30T17:46:56.971815-05:00",
            "created_at": "2023-01-28T09:42:06.899211-05:00",
            "name": "Chicago Blackhawks",
            "reward": "2.36000",
            "odds": "2.40000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e849aa46-ccb2-48c8-9675-411528916a5d/?format=api"
        }
    ]
}