GET /api/bet_types/44e73ae8-8f12-4bd5-a5a1-81af2087eaeb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "44e73ae8-8f12-4bd5-a5a1-81af2087eaeb",
    "match": "https://api-prod.gambitprofit.com/api/matches/93e3fb64-2e6e-4ec8-b167-5c153f93fdd3/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-10T11:22:01.647982-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": "Nashville Predators",
                "amount": 5867.0
            },
            {
                "team": "Calgary Flames",
                "amount": 4133.0
            }
        ],
        "expected_reward_tokens": 9504.54,
        "profit_sb": 4.54,
        "profit_sb_percentage": 0.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "6b07f425-a3e8-428a-b07f-337eaae6072e",
            "gambit_id": "bd2e707c-068a-47de-8785-d76e32642c93",
            "last_updated": "2023-04-11T14:02:13.075482-04:00",
            "created_at": "2023-04-10T11:22:01.651141-04:00",
            "name": "Nashville Predators",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/44e73ae8-8f12-4bd5-a5a1-81af2087eaeb/?format=api"
        },
        {
            "id": "b98b6603-5e82-4233-82a1-ad421cafbd40",
            "gambit_id": "27b86acf-31b4-45d0-a0f3-64e832e69916",
            "last_updated": "2023-04-11T14:02:13.072963-04:00",
            "created_at": "2023-04-10T11:22:01.649509-04:00",
            "name": "Calgary Flames",
            "reward": "2.30000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/44e73ae8-8f12-4bd5-a5a1-81af2087eaeb/?format=api"
        }
    ]
}