GET /api/bet_types/b7b1283f-4004-4ede-b4f5-54d762eb3c8d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b7b1283f-4004-4ede-b4f5-54d762eb3c8d",
    "match": "https://api-prod.gambitprofit.com/api/matches/919f72d8-9d23-4264-9a00-8c10efd4996b/?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": "Vegas Golden Knights",
                "amount": 5829.0
            },
            {
                "team": "Boston Bruins",
                "amount": 4171.0
            }
        ],
        "expected_reward_tokens": 9092.78,
        "profit_sb": 92.78,
        "profit_sb_percentage": 1.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "87916ec4-f61a-442f-bd09-4d74454c8597",
            "gambit_id": "f99af7b5-de23-4d60-8f6d-20e0af7f5068",
            "last_updated": "2022-12-06T11:31:57.406354-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Vegas Golden Knights",
            "reward": "1.56000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b7b1283f-4004-4ede-b4f5-54d762eb3c8d/?format=api"
        },
        {
            "id": "e3ba06d6-f629-4dba-9181-0b861033fac7",
            "gambit_id": "aee418ba-5b7e-43ff-8784-a1935a7aa41b",
            "last_updated": "2022-12-06T11:31:57.405383-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Boston Bruins",
            "reward": "2.18000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b7b1283f-4004-4ede-b4f5-54d762eb3c8d/?format=api"
        }
    ]
}