GET /api/bet_types/9227cdf6-4e24-4af4-99c2-dd4ca255b1de/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9227cdf6-4e24-4af4-99c2-dd4ca255b1de",
    "match": "https://api-prod.gambitprofit.com/api/matches/fc89127c-e678-4f1a-8f86-d81c0663141f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-18T09:07:15.593294-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": "Detroit Red Wings",
                "amount": 6025.0
            },
            {
                "team": "Seattle Kraken",
                "amount": 3975.0
            }
        ],
        "expected_reward_tokens": 9579.75,
        "profit_sb": 79.75,
        "profit_sb_percentage": 0.84,
        "recommended": true
    },
    "lines": [
        {
            "id": "d910571f-0e9d-4cad-be3b-7fd67a6d98da",
            "gambit_id": "9916472c-c0d0-42d5-9fa8-184c10c18e28",
            "last_updated": "2023-02-19T09:57:20.422848-05:00",
            "created_at": "2023-02-18T09:07:15.596062-05:00",
            "name": "Detroit Red Wings",
            "reward": "1.59000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9227cdf6-4e24-4af4-99c2-dd4ca255b1de/?format=api"
        },
        {
            "id": "fa4beb72-aa0e-4ca8-aa16-2d3596bd6c87",
            "gambit_id": "10ee5ad9-a6e0-4f8f-a70d-8452b59716bd",
            "last_updated": "2023-02-19T09:57:20.421695-05:00",
            "created_at": "2023-02-18T09:07:15.594539-05:00",
            "name": "Seattle Kraken",
            "reward": "2.41000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9227cdf6-4e24-4af4-99c2-dd4ca255b1de/?format=api"
        }
    ]
}