GET /api/bet_types/ced01f92-fc9a-40a9-9032-23cf18aac253/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ced01f92-fc9a-40a9-9032-23cf18aac253",
    "match": "https://api-prod.gambitprofit.com/api/matches/db2dad38-1f73-4263-b60b-fc3f98ad954d/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-31T09:58:21.963936-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": "San Jose Sharks",
                "amount": 5857.0
            },
            {
                "team": "Anaheim Ducks",
                "amount": 4143.0
            }
        ],
        "expected_reward_tokens": 9487.47,
        "profit_sb": -12.53,
        "profit_sb_percentage": -0.13,
        "recommended": false
    },
    "lines": [
        {
            "id": "26bb4895-729d-40fb-b68a-e9d21ece854f",
            "gambit_id": "caad12a7-8413-41ec-ab8b-dd0dfd841cd4",
            "last_updated": "2024-02-01T10:53:01.741336-05:00",
            "created_at": "2024-01-31T09:58:21.967862-05:00",
            "name": "San Jose Sharks",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ced01f92-fc9a-40a9-9032-23cf18aac253/?format=api"
        },
        {
            "id": "eae89cc1-36e8-41a9-bde4-b50b405a100f",
            "gambit_id": "71bd390e-492b-45fa-8e3a-9370701aac30",
            "last_updated": "2024-02-01T10:53:01.748004-05:00",
            "created_at": "2024-01-31T09:58:21.972641-05:00",
            "name": "Anaheim Ducks",
            "reward": "2.29000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ced01f92-fc9a-40a9-9032-23cf18aac253/?format=api"
        }
    ]
}