GET /api/bet_types/5fd8abcb-1007-461c-b3a6-512828a5d36a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5fd8abcb-1007-461c-b3a6-512828a5d36a",
    "match": "https://api-prod.gambitprofit.com/api/matches/b82676d6-b4e8-4597-bd24-98420b900a5a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-02T09:57:10.311755-04: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": "PHI",
                "amount": 6308.0
            },
            {
                "team": "TEX",
                "amount": 3692.0
            }
        ],
        "expected_reward_tokens": 9525.08,
        "profit_sb": 25.08,
        "profit_sb_percentage": 0.26,
        "recommended": true
    },
    "lines": [
        {
            "id": "fde42518-4b78-4a72-8ebf-40b132272838",
            "gambit_id": "4cdaae21-c403-41c4-97f9-fda17275a427",
            "last_updated": "2023-04-03T14:11:50.941902-04:00",
            "created_at": "2023-04-02T09:57:10.315589-04:00",
            "name": "PHI",
            "reward": "1.51000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5fd8abcb-1007-461c-b3a6-512828a5d36a/?format=api"
        },
        {
            "id": "0ef9e41a-44b4-4d49-8187-671624d3fc55",
            "gambit_id": "b31d82fa-bc37-42f8-97af-13dd16756b65",
            "last_updated": "2023-04-03T14:11:50.939028-04:00",
            "created_at": "2023-04-02T09:57:10.313620-04:00",
            "name": "TEX",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5fd8abcb-1007-461c-b3a6-512828a5d36a/?format=api"
        }
    ]
}