GET /api/bet_types/670ced61-c997-48e6-a7d8-87481b7b13dd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "670ced61-c997-48e6-a7d8-87481b7b13dd",
    "match": "https://api-prod.gambitprofit.com/api/matches/861fe9fd-970c-4c46-a498-dff3c15849ca/?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": "Brooklyn Nets",
                "amount": 5000.0
            },
            {
                "team": "Indiana Pacers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "95e4da5a-1407-47b6-9217-7856b9825214",
            "gambit_id": "426aecaa-fa87-40c4-a916-feb6d740110e",
            "last_updated": "2022-10-31T11:02:11.949683-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Brooklyn Nets",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-11.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/670ced61-c997-48e6-a7d8-87481b7b13dd/?format=api"
        },
        {
            "id": "acff399d-4274-441d-9bc8-06d943ca0fbf",
            "gambit_id": "76556cd7-da4b-48fc-a22f-5ea06ecdf546",
            "last_updated": "2022-10-31T11:02:11.950605-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Indiana Pacers",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "11.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/670ced61-c997-48e6-a7d8-87481b7b13dd/?format=api"
        }
    ]
}