GET /api/bet_types/15ba0bcb-98d1-4d5c-9dd4-7517dce44d48/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "15ba0bcb-98d1-4d5c-9dd4-7517dce44d48",
    "match": "https://api-prod.gambitprofit.com/api/matches/283bb258-bcac-496b-9f6d-d6f763c7c3a6/?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": "Dallas Stars",
                "amount": 6114.0
            },
            {
                "team": "Colorado Avalanche",
                "amount": 3886.0
            }
        ],
        "expected_reward_tokens": 9170.96,
        "profit_sb": 170.96,
        "profit_sb_percentage": 1.9,
        "recommended": true
    },
    "lines": [
        {
            "id": "8bb97b6f-2642-44c4-881b-95ffe6630d8c",
            "gambit_id": "1afd9843-1158-4d42-921f-ef5e70a1baed",
            "last_updated": "2022-11-28T11:21:55.386994-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Stars",
            "reward": "1.50000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/15ba0bcb-98d1-4d5c-9dd4-7517dce44d48/?format=api"
        },
        {
            "id": "184fa862-3ae9-4dde-b03e-6b5f9dbc62f2",
            "gambit_id": "4bfefd87-ede7-47f4-a333-f9578ce3c5c4",
            "last_updated": "2022-11-28T11:21:55.386006-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Colorado Avalanche",
            "reward": "2.36000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/15ba0bcb-98d1-4d5c-9dd4-7517dce44d48/?format=api"
        }
    ]
}