GET /api/bet_types/dde77952-4120-4f37-9432-355a72520e47/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dde77952-4120-4f37-9432-355a72520e47",
    "match": "https://api-prod.gambitprofit.com/api/matches/687dc8ed-4b39-432c-bc80-bbaa38b36051/?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 Wild",
                "amount": 5097.0
            },
            {
                "team": "Anaheim Ducks",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 8970.72,
        "profit_sb": -29.28,
        "profit_sb_percentage": -0.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "64a8ba37-9dfb-4c28-a35e-11957d0028dc",
            "gambit_id": "f49ef04a-587d-4d2b-9305-32c10838c416",
            "last_updated": "2022-12-05T11:37:11.561756-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota Wild",
            "reward": "1.76000",
            "odds": "1.86960",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dde77952-4120-4f37-9432-355a72520e47/?format=api"
        },
        {
            "id": "66796ff7-c42f-4750-870c-d2b35ed7c89b",
            "gambit_id": "98b467a1-3dc1-4ff8-84b7-9d70160df465",
            "last_updated": "2022-12-05T11:37:11.562751-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Anaheim Ducks",
            "reward": "1.83000",
            "odds": "1.95240",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dde77952-4120-4f37-9432-355a72520e47/?format=api"
        }
    ]
}