GET /api/bet_types/8d623b62-33cf-4f5e-86c3-6fe0f32a4b7f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8d623b62-33cf-4f5e-86c3-6fe0f32a4b7f",
    "match": "https://api-prod.gambitprofit.com/api/matches/89a1c592-94ef-4a50-ac68-a7e1f0d2d82d/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": 5955.0
            },
            {
                "team": "Carolina Hurricanes",
                "amount": 4045.0
            }
        ],
        "expected_reward_tokens": 9586.65,
        "profit_sb": 86.65,
        "profit_sb_percentage": 0.91,
        "recommended": true
    },
    "lines": [
        {
            "id": "f91f3205-3618-4f39-b629-0cb83f820c1c",
            "gambit_id": "510dab12-7bd8-49a5-9778-def2790c1fbc",
            "last_updated": "2022-10-15T18:57:03.776538-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Jose Sharks",
            "reward": "1.61000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8d623b62-33cf-4f5e-86c3-6fe0f32a4b7f/?format=api"
        },
        {
            "id": "c6746782-27fd-40f4-ae14-55bb7b26060c",
            "gambit_id": "5ad8b959-d562-4f73-944f-9a8af3fbac64",
            "last_updated": "2022-10-15T18:57:03.777516-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Carolina Hurricanes",
            "reward": "2.37000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8d623b62-33cf-4f5e-86c3-6fe0f32a4b7f/?format=api"
        }
    ]
}