GET /api/bet_types/d15996c4-b07b-4b3c-a805-f92d0a5400c1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d15996c4-b07b-4b3c-a805-f92d0a5400c1",
    "match": "https://api-prod.gambitprofit.com/api/matches/e8504c0a-6159-435d-a53e-5e7b91bdbf0b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-13T10:27:01.491621-04: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": "Carolina Hurricanes",
                "amount": 6984.0
            },
            {
                "team": "Florida Panthers",
                "amount": 3016.0
            }
        ],
        "expected_reward_tokens": 9498.24,
        "profit_sb": -1.76,
        "profit_sb_percentage": -0.02,
        "recommended": false
    },
    "lines": [
        {
            "id": "75073386-4fc1-4c01-87f3-866eefd24e53",
            "gambit_id": "4596bcc5-60aa-4602-b3f4-78b63e9dd996",
            "last_updated": "2023-04-14T12:02:20.055280-04:00",
            "created_at": "2023-04-13T10:27:01.494940-04:00",
            "name": "Carolina Hurricanes",
            "reward": "1.36000",
            "odds": "1.37740",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d15996c4-b07b-4b3c-a805-f92d0a5400c1/?format=api"
        },
        {
            "id": "1ca52089-224d-4f5d-9484-ea1c85daec90",
            "gambit_id": "fa106c68-c79e-48d3-a9de-c4e16d3adb3a",
            "last_updated": "2023-04-14T12:02:20.050147-04:00",
            "created_at": "2023-04-13T10:27:01.493249-04:00",
            "name": "Florida Panthers",
            "reward": "3.15000",
            "odds": "3.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d15996c4-b07b-4b3c-a805-f92d0a5400c1/?format=api"
        }
    ]
}