GET /api/bet_types/2f7f94f6-75ad-48fd-b8fd-9eb5fb4152d0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2f7f94f6-75ad-48fd-b8fd-9eb5fb4152d0",
    "match": "https://api-prod.gambitprofit.com/api/matches/121774fb-b915-4ca5-a61e-2ae765d99ee8/?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": "Toronto Maple Leafs",
                "amount": 5492.0
            },
            {
                "team": "Philadelphia Flyers",
                "amount": 4508.0
            }
        ],
        "expected_reward_tokens": 9061.08,
        "profit_sb": 61.08,
        "profit_sb_percentage": 0.68,
        "recommended": true
    },
    "lines": [
        {
            "id": "a05f0b8e-87c0-4564-93b8-d23f45ef5eb6",
            "gambit_id": "a4cdaeb8-a2a8-4941-8204-a8bdd768f2a6",
            "last_updated": "2022-11-03T09:58:46.278284-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "1.65000",
            "odds": "1.74070",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f7f94f6-75ad-48fd-b8fd-9eb5fb4152d0/?format=api"
        },
        {
            "id": "c63eb5fd-493e-49f5-9535-b5380e0e8e3b",
            "gambit_id": "92ea4deb-4879-4303-a2aa-ea2356c1cd49",
            "last_updated": "2022-11-03T09:58:46.279396-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Philadelphia Flyers",
            "reward": "2.01000",
            "odds": "2.15000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f7f94f6-75ad-48fd-b8fd-9eb5fb4152d0/?format=api"
        }
    ]
}