GET /api/bet_types/c50d6fe9-a7fe-46ba-a699-4a833ade27f6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c50d6fe9-a7fe-46ba-a699-4a833ade27f6",
    "match": "https://api-prod.gambitprofit.com/api/matches/005d0976-f5bc-4af7-91e2-815c74c52e4d/?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": "Colorado Avalanche",
                "amount": 6114.0
            },
            {
                "team": "Boston Bruins",
                "amount": 3886.0
            }
        ],
        "expected_reward_tokens": 9170.96,
        "profit_sb": 170.96,
        "profit_sb_percentage": 1.9,
        "recommended": true
    },
    "lines": [
        {
            "id": "4b4dcace-18ad-44f2-976a-0460ca732713",
            "gambit_id": "13197953-14e6-4949-8338-32b58c317b47",
            "last_updated": "2022-12-05T11:32:14.981058-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Colorado Avalanche",
            "reward": "1.50000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c50d6fe9-a7fe-46ba-a699-4a833ade27f6/?format=api"
        },
        {
            "id": "7e460ef3-5d88-4cb2-8acd-8102ee43e612",
            "gambit_id": "8e97b8b1-100a-4de5-937c-63a929889956",
            "last_updated": "2022-12-05T11:32:14.980068-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Boston Bruins",
            "reward": "2.36000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c50d6fe9-a7fe-46ba-a699-4a833ade27f6/?format=api"
        }
    ]
}