GET /api/bet_types/bf7c06a5-1ae3-4552-8fbf-2e04c591fe3e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bf7c06a5-1ae3-4552-8fbf-2e04c591fe3e",
    "match": "https://api-prod.gambitprofit.com/api/matches/23d7e174-af8e-4bee-870f-f0c30c26c231/?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": "Phoenix Suns",
                "amount": 5097.0
            },
            {
                "team": "Portland Trail Blazers",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 9021.52,
        "profit_sb": 21.52,
        "profit_sb_percentage": 0.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "6af34dba-2daf-494f-8da0-922109b13d1a",
            "gambit_id": "0a66994c-5f65-4522-8327-7529b037e438",
            "last_updated": "2022-11-05T09:28:16.334114-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Phoenix Suns",
            "reward": "1.77000",
            "odds": "1.86960",
            "spread": "-12.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bf7c06a5-1ae3-4552-8fbf-2e04c591fe3e/?format=api"
        },
        {
            "id": "8ab76722-cb69-436a-9f73-5d85a079725d",
            "gambit_id": "3ce353e6-9d3e-434f-996f-9cca4da2674e",
            "last_updated": "2022-11-05T09:28:16.335082-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Portland Trail Blazers",
            "reward": "1.84000",
            "odds": "1.95240",
            "spread": "12.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bf7c06a5-1ae3-4552-8fbf-2e04c591fe3e/?format=api"
        }
    ]
}