GET /api/bet_types/f776dadd-2e43-4ada-8221-12c1f02f1ccc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f776dadd-2e43-4ada-8221-12c1f02f1ccc",
    "match": "https://api-prod.gambitprofit.com/api/matches/94ab4e5f-7268-43d0-ac00-5862119c05f3/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-23T09:13:00.103157-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": "Anaheim Ducks",
                "amount": 6232.0
            },
            {
                "team": "Seattle Kraken",
                "amount": 3768.0
            }
        ],
        "expected_reward_tokens": 9533.04,
        "profit_sb": 33.04,
        "profit_sb_percentage": 0.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "ed01e060-c366-45ce-b0a0-b50f91aaf561",
            "gambit_id": "1fb0dc9e-4b3b-4734-b298-2d5b0dd30fd1",
            "last_updated": "2023-12-26T15:28:19.210331-05:00",
            "created_at": "2023-12-23T09:13:00.111025-05:00",
            "name": "Anaheim Ducks",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f776dadd-2e43-4ada-8221-12c1f02f1ccc/?format=api"
        },
        {
            "id": "f82cb0bc-38dd-42f2-bd2a-925f244f29b5",
            "gambit_id": "4403d2eb-b36b-4c80-a02f-a313a9963107",
            "last_updated": "2023-12-26T15:28:19.200950-05:00",
            "created_at": "2023-12-23T09:13:00.106915-05:00",
            "name": "Seattle Kraken",
            "reward": "2.53000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f776dadd-2e43-4ada-8221-12c1f02f1ccc/?format=api"
        }
    ]
}