GET /api/bet_types/207d27d3-2757-456f-83c6-8b8fd2703899/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "207d27d3-2757-456f-83c6-8b8fd2703899",
    "match": "https://api-prod.gambitprofit.com/api/matches/c3b6302b-d6d8-4b9a-82a9-41a69bdeb4b5/?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": "Anaheim Ducks",
                "amount": 5737.0
            },
            {
                "team": "Florida Panthers",
                "amount": 4263.0
            }
        ],
        "expected_reward_tokens": 9121.83,
        "profit_sb": 121.83,
        "profit_sb_percentage": 1.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "5ad1e16d-974f-4a6e-8b58-32ca23a5480b",
            "gambit_id": "b39e98f1-d5fd-4e54-bfab-7e8db70cee44",
            "last_updated": "2022-11-08T11:07:29.354977-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Anaheim Ducks",
            "reward": "1.59000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/207d27d3-2757-456f-83c6-8b8fd2703899/?format=api"
        },
        {
            "id": "bcab40f7-c52c-44bf-afaa-194f51d90ff7",
            "gambit_id": "7d5257bf-19af-4212-bcea-1d9defdb27f8",
            "last_updated": "2022-11-08T11:07:29.356417-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Florida Panthers",
            "reward": "2.14000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/207d27d3-2757-456f-83c6-8b8fd2703899/?format=api"
        }
    ]
}