GET /api/bet_types/897aa2da-ee3e-4690-aa43-73889b2c9caa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "897aa2da-ee3e-4690-aa43-73889b2c9caa",
    "match": "https://api-prod.gambitprofit.com/api/matches/d2a291c4-0a4d-4825-b23d-42674c6c7cf2/?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": "Buffalo Sabres",
                "amount": 5304.0
            },
            {
                "team": "Tampa Bay Lightning",
                "amount": 4696.0
            }
        ],
        "expected_reward_tokens": 9016.32,
        "profit_sb": 16.32,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "fd9cd11a-46db-452f-8031-c95ed6c051bc",
            "gambit_id": "269aab64-40e0-440e-990f-a74a8c673698",
            "last_updated": "2022-11-07T09:12:50.712613-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Buffalo Sabres",
            "reward": "1.70000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/897aa2da-ee3e-4690-aa43-73889b2c9caa/?format=api"
        },
        {
            "id": "547a0647-3ff3-4d02-b5e2-2ce7d419363e",
            "gambit_id": "cc0911bb-fec4-439c-ab68-3cd86d3c01fa",
            "last_updated": "2022-11-07T09:12:50.711478-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "1.92000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/897aa2da-ee3e-4690-aa43-73889b2c9caa/?format=api"
        }
    ]
}