GET /api/bet_types/6ebcc363-e450-48e3-b5d7-a17f80899632/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6ebcc363-e450-48e3-b5d7-a17f80899632",
    "match": "https://api-prod.gambitprofit.com/api/matches/9c51c093-20eb-44f8-ae9d-0cb397c5340b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-23T09:43:22.598415-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": "Edmonton Oilers",
                "amount": 7480.0
            },
            {
                "team": "Columbus Blue Jackets",
                "amount": 2520.0
            }
        ],
        "expected_reward_tokens": 9499.6,
        "profit_sb": -0.4,
        "profit_sb_percentage": -0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "74c8ffcb-73c6-479c-a1d9-5943619e95a3",
            "gambit_id": "3f2c6c7c-5f98-4bed-8c40-11dfb527ad81",
            "last_updated": "2024-01-24T22:28:18.712698-05:00",
            "created_at": "2024-01-23T09:43:22.610256-05:00",
            "name": "Edmonton Oilers",
            "reward": "1.27000",
            "odds": "1.27780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ebcc363-e450-48e3-b5d7-a17f80899632/?format=api"
        },
        {
            "id": "2802e5c0-ffe5-4553-a505-b935dcb33a73",
            "gambit_id": "d72a9b8c-174e-4726-8d5b-88724061c3a1",
            "last_updated": "2024-01-24T22:28:18.709449-05:00",
            "created_at": "2024-01-23T09:43:22.604169-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "3.77000",
            "odds": "3.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ebcc363-e450-48e3-b5d7-a17f80899632/?format=api"
        }
    ]
}