GET /api/bet_types/7a4bb800-7cbd-4350-a86b-813b94fe10cc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7a4bb800-7cbd-4350-a86b-813b94fe10cc",
    "match": "https://api-prod.gambitprofit.com/api/matches/44ed1b42-de95-4b6a-a373-80c26d631210/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-02T08:28:11.257826-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": "Philadelphia Flyers",
                "amount": 6020.0
            },
            {
                "team": "Pittsburgh Penguins",
                "amount": 3980.0
            }
        ],
        "expected_reward_tokens": 9511.6,
        "profit_sb": 11.6,
        "profit_sb_percentage": 0.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "61003cee-5cbf-4fc1-aebf-59f3cdc2c674",
            "gambit_id": "ceaa0e68-2a65-4f58-bf8d-5f0e736e6540",
            "last_updated": "2023-12-04T15:23:33.874360-05:00",
            "created_at": "2023-12-02T08:28:11.262929-05:00",
            "name": "Philadelphia Flyers",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7a4bb800-7cbd-4350-a86b-813b94fe10cc/?format=api"
        },
        {
            "id": "49452f3d-f757-4b70-97d7-1cebcebe670c",
            "gambit_id": "4f247fd9-200c-4952-9c60-3dae60d052b0",
            "last_updated": "2023-12-04T15:23:33.877545-05:00",
            "created_at": "2023-12-02T08:28:11.267187-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "2.39000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7a4bb800-7cbd-4350-a86b-813b94fe10cc/?format=api"
        }
    ]
}