GET /api/bet_types/1a1a74a7-b99a-406c-9057-5affad48bcda/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1a1a74a7-b99a-406c-9057-5affad48bcda",
    "match": "https://api-prod.gambitprofit.com/api/matches/cd7803ae-dbb2-40d6-82cc-502e63e4f537/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-21T09:38:05.351416-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": "Vancouver Canucks",
                "amount": 6314.0
            },
            {
                "team": "Florida Panthers",
                "amount": 3686.0
            }
        ],
        "expected_reward_tokens": 9471.0,
        "profit_sb": -29.0,
        "profit_sb_percentage": -0.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "ecbedcac-d8d7-4ed6-8368-25614d3bdd6b",
            "gambit_id": "00056dde-241b-4b44-a678-6b4ecb328e67",
            "last_updated": "2023-10-23T20:38:02.323838-04:00",
            "created_at": "2023-10-21T09:38:05.355736-04:00",
            "name": "Vancouver Canucks",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1a1a74a7-b99a-406c-9057-5affad48bcda/?format=api"
        },
        {
            "id": "b3815ad7-3023-4a2f-9b54-170738ddff54",
            "gambit_id": "24da7b7f-d2a7-4d8e-b694-565142f12d8b",
            "last_updated": "2023-10-23T20:38:02.328151-04:00",
            "created_at": "2023-10-21T09:38:05.360584-04:00",
            "name": "Florida Panthers",
            "reward": "2.57000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1a1a74a7-b99a-406c-9057-5affad48bcda/?format=api"
        }
    ]
}