GET /api/bet_types/b4e22018-52ba-4495-b145-248e36adbc32/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b4e22018-52ba-4495-b145-248e36adbc32",
    "match": "https://api-prod.gambitprofit.com/api/matches/6be0c2ad-b1f3-48fc-a931-9aea56658218/?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": "Vancouver Canucks",
                "amount": 5945.0
            },
            {
                "team": "Minnesota Wild",
                "amount": 4055.0
            }
        ],
        "expected_reward_tokens": 9569.8,
        "profit_sb": 69.8,
        "profit_sb_percentage": 0.73,
        "recommended": true
    },
    "lines": [
        {
            "id": "64006f03-ab98-49fe-81e8-ab996bdc89e6",
            "gambit_id": "6c739959-f106-405e-a351-957ac9620e94",
            "last_updated": "2022-10-21T20:52:22.774114-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Vancouver Canucks",
            "reward": "1.61000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b4e22018-52ba-4495-b145-248e36adbc32/?format=api"
        },
        {
            "id": "787d0eea-a223-4ce1-a826-a21a6a29bfce",
            "gambit_id": "ac1be620-f4b7-42a6-a1fa-a8ef2599b493",
            "last_updated": "2022-10-21T20:52:22.772967-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota Wild",
            "reward": "2.36000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b4e22018-52ba-4495-b145-248e36adbc32/?format=api"
        }
    ]
}