GET /api/bet_types/c49ff98e-a0d7-4f7a-9a9e-da82f8628dea/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c49ff98e-a0d7-4f7a-9a9e-da82f8628dea",
    "match": "https://api-prod.gambitprofit.com/api/matches/f27af7f6-1867-49ad-bb4e-888f0112af5f/?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": "Seattle Kraken",
                "amount": 6920.0
            },
            {
                "team": "Anaheim Ducks",
                "amount": 3080.0
            }
        ],
        "expected_reward_tokens": 9548.0,
        "profit_sb": 48.0,
        "profit_sb_percentage": 0.51,
        "recommended": true
    },
    "lines": [
        {
            "id": "23453a27-c3cb-4681-857a-a50fc259df94",
            "gambit_id": "64a2246b-a1d4-4cdd-b10b-7d821c5221c3",
            "last_updated": "2022-10-13T09:47:22.364802-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Seattle Kraken",
            "reward": "1.38000",
            "odds": "1.39220",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c49ff98e-a0d7-4f7a-9a9e-da82f8628dea/?format=api"
        },
        {
            "id": "296b94cd-dd61-4679-bff6-d6abf541856d",
            "gambit_id": "8e19de21-484d-4b21-ab9e-5ee422b97963",
            "last_updated": "2022-10-13T09:47:22.363812-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Anaheim Ducks",
            "reward": "3.10000",
            "odds": "3.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c49ff98e-a0d7-4f7a-9a9e-da82f8628dea/?format=api"
        }
    ]
}