GET /api/bet_types/882ba37f-7be1-47db-8bcb-b3fca31c3682/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "882ba37f-7be1-47db-8bcb-b3fca31c3682",
    "match": "https://api-prod.gambitprofit.com/api/matches/b6ac1107-5d81-4de4-ad25-c0fd1b428ab9/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-19T08:53:02.172954-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": 6752.0
            },
            {
                "team": "Nashville Predators",
                "amount": 3248.0
            }
        ],
        "expected_reward_tokens": 9451.68,
        "profit_sb": -48.32,
        "profit_sb_percentage": -0.51,
        "recommended": false
    },
    "lines": [
        {
            "id": "b8146f0a-1ed4-4700-8094-e8f2d7848fd1",
            "gambit_id": "591a8adc-c9a7-4ad4-9b74-d6e544e3d970",
            "last_updated": "2023-12-21T10:13:18.136441-05:00",
            "created_at": "2023-12-19T08:53:02.177455-05:00",
            "name": "Vancouver Canucks",
            "reward": "1.40000",
            "odds": "1.41670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/882ba37f-7be1-47db-8bcb-b3fca31c3682/?format=api"
        },
        {
            "id": "2934a9df-3db9-4d68-a19e-d60bec38d005",
            "gambit_id": "a6357abb-82cd-41ae-acd3-4cd02a46cec1",
            "last_updated": "2023-12-21T10:13:18.139655-05:00",
            "created_at": "2023-12-19T08:53:02.182072-05:00",
            "name": "Nashville Predators",
            "reward": "2.91000",
            "odds": "3.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/882ba37f-7be1-47db-8bcb-b3fca31c3682/?format=api"
        }
    ]
}