GET /api/bet_types/10f35ff1-68ec-4807-8ca7-70153cfb4747/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "10f35ff1-68ec-4807-8ca7-70153cfb4747",
    "match": "https://api-prod.gambitprofit.com/api/matches/9bfcdbd4-21a1-4569-a033-ef2de7b024b4/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-24T13:02:08.381818-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": "New York Rangers",
                "amount": 5784.0
            },
            {
                "team": "New Jersey Devils",
                "amount": 4216.0
            }
        ],
        "expected_reward_tokens": 9485.76,
        "profit_sb": -14.24,
        "profit_sb_percentage": -0.15,
        "recommended": false
    },
    "lines": [
        {
            "id": "001b02a8-6f59-47da-81c1-be0c98bddfac",
            "gambit_id": "77648009-ebde-41b9-b37d-7288cdc1183d",
            "last_updated": "2023-04-25T11:42:18.556399-04:00",
            "created_at": "2023-04-24T13:02:08.383683-04:00",
            "name": "New York Rangers",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/10f35ff1-68ec-4807-8ca7-70153cfb4747/?format=api"
        },
        {
            "id": "51e0bfb0-4c17-4767-81fe-ea083c0fe157",
            "gambit_id": "75bd23a4-3936-45de-b013-062116d105ba",
            "last_updated": "2023-04-25T11:42:18.558791-04:00",
            "created_at": "2023-04-24T13:02:08.385628-04:00",
            "name": "New Jersey Devils",
            "reward": "2.25000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/10f35ff1-68ec-4807-8ca7-70153cfb4747/?format=api"
        }
    ]
}