GET /api/bet_types/eac46bf1-68e8-4d5a-b014-7b2f5f44cb0f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "eac46bf1-68e8-4d5a-b014-7b2f5f44cb0f",
    "match": "https://api-prod.gambitprofit.com/api/matches/d05272c5-6fb1-4262-aa77-a515bfc37761/?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": "Toronto Maple Leafs",
                "amount": 6482.0
            },
            {
                "team": "Tampa Bay Lightning",
                "amount": 3518.0
            }
        ],
        "expected_reward_tokens": 9074.8,
        "profit_sb": 74.8,
        "profit_sb_percentage": 0.83,
        "recommended": true
    },
    "lines": [
        {
            "id": "d02eae5c-5992-4524-b9c2-e3b108ecd324",
            "gambit_id": "ff226f97-e1c3-4c9d-909d-efa56e4011ac",
            "last_updated": "2022-12-05T11:32:15.429623-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "1.40000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eac46bf1-68e8-4d5a-b014-7b2f5f44cb0f/?format=api"
        },
        {
            "id": "6e0f2f13-2935-4773-878f-453bcf8e646c",
            "gambit_id": "40d14d72-ad04-4a9b-905f-539e125eea27",
            "last_updated": "2022-12-05T11:32:15.428615-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "2.58000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eac46bf1-68e8-4d5a-b014-7b2f5f44cb0f/?format=api"
        }
    ]
}