GET /api/bet_types/73c640c3-aec1-45c6-827f-0c10d8662b7d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "73c640c3-aec1-45c6-827f-0c10d8662b7d",
    "match": "https://api-prod.gambitprofit.com/api/matches/b0db683b-3881-40f0-a487-a581751afd3e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-05T08:52:56.219597-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": "New York Islanders",
                "amount": 7203.0
            },
            {
                "team": "San Jose Sharks",
                "amount": 2797.0
            }
        ],
        "expected_reward_tokens": 9507.96,
        "profit_sb": 7.96,
        "profit_sb_percentage": 0.08,
        "recommended": true
    },
    "lines": [
        {
            "id": "2eaee382-5c5b-4f3a-97ed-152279db5021",
            "gambit_id": "5a63a53b-7d13-439a-addc-92ec134b6702",
            "last_updated": "2023-12-06T09:43:11.649283-05:00",
            "created_at": "2023-12-05T08:52:56.230207-05:00",
            "name": "New York Islanders",
            "reward": "1.32000",
            "odds": "1.33330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/73c640c3-aec1-45c6-827f-0c10d8662b7d/?format=api"
        },
        {
            "id": "8e4b11ae-e9f1-4224-8c53-2a6e836afc80",
            "gambit_id": "bbfd767f-ba2c-4a55-b981-ec4d982e5773",
            "last_updated": "2023-12-06T09:43:11.645896-05:00",
            "created_at": "2023-12-05T08:52:56.225056-05:00",
            "name": "San Jose Sharks",
            "reward": "3.40000",
            "odds": "3.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/73c640c3-aec1-45c6-827f-0c10d8662b7d/?format=api"
        }
    ]
}