GET /api/bet_types/13a770d2-38a3-46d2-b536-bd50ddbc9791/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "13a770d2-38a3-46d2-b536-bd50ddbc9791",
    "match": "https://api-prod.gambitprofit.com/api/matches/a8fb1313-3e50-458a-8921-2ac24c373f3c/?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": "Minnesota Vikings",
                "amount": 5110.0
            },
            {
                "team": "Philadelphia Eagles",
                "amount": 4890.0
            }
        ],
        "expected_reward_tokens": 9044.7,
        "profit_sb": 44.7,
        "profit_sb_percentage": 0.5,
        "recommended": true
    },
    "lines": [
        {
            "id": "960d0ee9-d467-4491-bf52-2f63e70ff841",
            "gambit_id": "e03b80bd-cf96-42fc-9ccd-2a01be66c4b9",
            "last_updated": "2022-09-20T08:32:11.265719-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota Vikings",
            "reward": "1.77000",
            "odds": "1.86960",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/13a770d2-38a3-46d2-b536-bd50ddbc9791/?format=api"
        },
        {
            "id": "25e1fab1-2769-4a5c-8704-09cd34cee5c2",
            "gambit_id": "1d116efe-b505-4c64-8d17-3280755535aa",
            "last_updated": "2022-09-20T08:32:11.264378-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Philadelphia Eagles",
            "reward": "1.85000",
            "odds": "1.95240",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/13a770d2-38a3-46d2-b536-bd50ddbc9791/?format=api"
        }
    ]
}