GET /api/bet_types/b92e92e0-0b43-4cdc-8f82-b9f2842d5bde/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b92e92e0-0b43-4cdc-8f82-b9f2842d5bde",
    "match": "https://api-prod.gambitprofit.com/api/matches/4d3a584b-5428-4c07-be73-895fc2b7f9af/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-06T08:07:11.543743-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": 5939.0
            },
            {
                "team": "Buffalo Sabres",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "4828a7d9-cba7-48fa-a73c-144c0b766b4c",
            "gambit_id": "14dcc2b1-e9ce-4c5c-852f-0b89ae5476d1",
            "last_updated": "2023-03-07T11:12:00.895074-05:00",
            "created_at": "2023-03-06T08:07:11.546472-05:00",
            "name": "Edmonton Oilers",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b92e92e0-0b43-4cdc-8f82-b9f2842d5bde/?format=api"
        },
        {
            "id": "df72fa5f-1330-4a76-a8d2-0b85e6e87674",
            "gambit_id": "9a342d75-1ece-411c-88bb-113adc3e75a1",
            "last_updated": "2023-03-07T11:12:00.893403-05:00",
            "created_at": "2023-03-06T08:07:11.544989-05:00",
            "name": "Buffalo Sabres",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b92e92e0-0b43-4cdc-8f82-b9f2842d5bde/?format=api"
        }
    ]
}