GET /api/bet_types/7aa41fd0-15dd-433d-84fd-7a3c0dcc762c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7aa41fd0-15dd-433d-84fd-7a3c0dcc762c",
    "match": "https://api-prod.gambitprofit.com/api/matches/71d8a5f4-0269-4106-9f71-3af582b185c4/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-21T09:38:08.022597-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": "Carolina Hurricanes",
                "amount": 6314.0
            },
            {
                "team": "Colorado Avalanche",
                "amount": 3686.0
            }
        ],
        "expected_reward_tokens": 9471.0,
        "profit_sb": -29.0,
        "profit_sb_percentage": -0.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "5b8a985d-b5b3-4106-b372-bba21f5d16f7",
            "gambit_id": "22fb0a41-bd65-4ce7-8bf7-870913c5f619",
            "last_updated": "2023-10-23T20:33:03.586664-04:00",
            "created_at": "2023-10-21T09:38:08.026476-04:00",
            "name": "Carolina Hurricanes",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7aa41fd0-15dd-433d-84fd-7a3c0dcc762c/?format=api"
        },
        {
            "id": "533a13bd-a0a3-4cdb-911a-1fe6b3eab6a0",
            "gambit_id": "48fe2467-aaf9-4416-b53b-1bc409511565",
            "last_updated": "2023-10-23T20:33:03.590456-04:00",
            "created_at": "2023-10-21T09:38:08.030497-04:00",
            "name": "Colorado Avalanche",
            "reward": "2.57000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7aa41fd0-15dd-433d-84fd-7a3c0dcc762c/?format=api"
        }
    ]
}