GET /api/bet_types/73d2945b-e4b3-40f7-bf7c-9334f3eac9e7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "73d2945b-e4b3-40f7-bf7c-9334f3eac9e7",
    "match": "https://api-prod.gambitprofit.com/api/matches/78b69040-aebd-4e80-8885-3a4de45a70c3/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-09T09:23:04.205157-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": 5423.0
            },
            {
                "team": "Nashville Predators",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "1959f42b-b469-4310-a29e-3628159cec8e",
            "gambit_id": "d053f794-a4d4-44f0-b57e-778e334b3fa3",
            "last_updated": "2024-01-11T11:13:04.496618-05:00",
            "created_at": "2024-01-09T09:23:04.210255-05:00",
            "name": "Anaheim Ducks",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/73d2945b-e4b3-40f7-bf7c-9334f3eac9e7/?format=api"
        },
        {
            "id": "007cbb9a-6870-4f8e-bbc1-a86ab7f18e98",
            "gambit_id": "ee18c58c-7b3c-4fbf-938c-9f0e54e6cabb",
            "last_updated": "2024-01-11T11:13:04.499961-05:00",
            "created_at": "2024-01-09T09:23:04.218606-05:00",
            "name": "Nashville Predators",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/73d2945b-e4b3-40f7-bf7c-9334f3eac9e7/?format=api"
        }
    ]
}