GET /api/bet_types/24cf3e12-5b91-4e62-bc5b-c8788d919a5e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "24cf3e12-5b91-4e62-bc5b-c8788d919a5e",
    "match": "https://api-prod.gambitprofit.com/api/matches/d8aaf2a1-8ef9-4619-bb2e-6b61fdcee87a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-02T13:52:01.197923-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": 6892.0
            },
            {
                "team": "Los Angeles Kings",
                "amount": 3108.0
            }
        ],
        "expected_reward_tokens": 9510.48,
        "profit_sb": 10.48,
        "profit_sb_percentage": 0.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "5e37818b-f8fd-4f39-a60a-3289f954a736",
            "gambit_id": "39d2c492-1ed4-4721-92d8-262e5b94e19a",
            "last_updated": "2023-04-03T20:22:18.383252-04:00",
            "created_at": "2023-04-02T13:52:01.199622-04:00",
            "name": "Vancouver Canucks",
            "reward": "1.38000",
            "odds": "1.39220",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/24cf3e12-5b91-4e62-bc5b-c8788d919a5e/?format=api"
        },
        {
            "id": "8fc2fc2b-2fcd-429f-90b0-7c8baeb16055",
            "gambit_id": "93aa17e2-1a66-4053-a5d2-628d81f085c0",
            "last_updated": "2023-04-03T20:22:18.385901-04:00",
            "created_at": "2023-04-02T13:52:01.201354-04:00",
            "name": "Los Angeles Kings",
            "reward": "3.06000",
            "odds": "3.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/24cf3e12-5b91-4e62-bc5b-c8788d919a5e/?format=api"
        }
    ]
}