GET /api/bet_types/ff0550f3-d2a1-4d19-b6fa-8a81050474e9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ff0550f3-d2a1-4d19-b6fa-8a81050474e9",
    "match": "https://api-prod.gambitprofit.com/api/matches/305d77f4-8369-4d33-b0a9-a7c7923dbb5e/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-22T08:38:13.495969-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": "HOU",
                "amount": 5319.0
            },
            {
                "team": "OAK",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "cfb8d651-439d-4757-90e7-9d5a65f2c345",
            "gambit_id": "4dbbbe5e-0f4a-4152-b877-93bb7f3866fe",
            "last_updated": "2023-07-23T21:53:25.507069-04:00",
            "created_at": "2023-07-22T08:38:13.499625-04:00",
            "name": "HOU",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ff0550f3-d2a1-4d19-b6fa-8a81050474e9/?format=api"
        },
        {
            "id": "8b6bf758-4462-435b-974e-e4995db4876a",
            "gambit_id": "9096cd02-4dec-4bd7-9843-f6c8ebcd7309",
            "last_updated": "2023-07-23T21:53:25.510247-04:00",
            "created_at": "2023-07-22T08:38:13.504504-04:00",
            "name": "OAK",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ff0550f3-d2a1-4d19-b6fa-8a81050474e9/?format=api"
        }
    ]
}