GET /api/bet_types/73844896-208a-45f9-b113-7a378c1b36b0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "73844896-208a-45f9-b113-7a378c1b36b0",
    "match": "https://api-prod.gambitprofit.com/api/matches/9d300c06-5224-493d-8eb1-622331a59c2f/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-22T08:43:04.974107-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": "Arizona Coyotes",
                "amount": 6232.0
            },
            {
                "team": "Pittsburgh Penguins",
                "amount": 3768.0
            }
        ],
        "expected_reward_tokens": 9533.04,
        "profit_sb": 33.04,
        "profit_sb_percentage": 0.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "af306fba-6851-4851-bf18-64a2af3fa513",
            "gambit_id": "a03cec72-cb3c-4ea4-ab50-d5ad9601fc5d",
            "last_updated": "2024-01-23T20:13:15.353445-05:00",
            "created_at": "2024-01-22T08:43:04.988318-05:00",
            "name": "Arizona Coyotes",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/73844896-208a-45f9-b113-7a378c1b36b0/?format=api"
        },
        {
            "id": "78064eb6-e069-48ca-865f-67bdbfe685c5",
            "gambit_id": "268bedd3-9aea-4cdb-a8b4-58117e59495f",
            "last_updated": "2024-01-23T20:13:15.349311-05:00",
            "created_at": "2024-01-22T08:43:04.983200-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "2.53000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/73844896-208a-45f9-b113-7a378c1b36b0/?format=api"
        }
    ]
}