GET /api/bet_types/7a90a13b-1f10-4520-b45a-121d735fa3b2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7a90a13b-1f10-4520-b45a-121d735fa3b2",
    "match": "https://api-prod.gambitprofit.com/api/matches/ee47efea-3933-4423-86f9-e713640e83db/?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": "Vancouver Canucks",
                "amount": 6691.0
            },
            {
                "team": "Minnesota Wild",
                "amount": 3309.0
            }
        ],
        "expected_reward_tokens": 9099.75,
        "profit_sb": 99.75,
        "profit_sb_percentage": 1.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "30c90dc2-5ba3-40f6-a49b-a4f523a4109b",
            "gambit_id": "72ff5f11-e1f3-4f50-b39a-d33ed6da46b6",
            "last_updated": "2022-12-12T09:42:33.813429-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Vancouver Canucks",
            "reward": "1.36000",
            "odds": "1.41670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7a90a13b-1f10-4520-b45a-121d735fa3b2/?format=api"
        },
        {
            "id": "526d9df1-3b2c-4d8d-883f-240579eea171",
            "gambit_id": "955a9649-95fb-429f-9db3-33f9c6ebc646",
            "last_updated": "2022-12-12T09:42:33.814514-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota Wild",
            "reward": "2.75000",
            "odds": "3.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7a90a13b-1f10-4520-b45a-121d735fa3b2/?format=api"
        }
    ]
}