GET /api/bet_types/e227fccf-b402-4bb5-8ebf-c7596f794704/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e227fccf-b402-4bb5-8ebf-c7596f794704",
    "match": "https://api-prod.gambitprofit.com/api/matches/60d29cbf-23cf-4738-86c2-c38216320ef5/?format=api",
    "name": "Pick the Winner",
    "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": "Carolina Hurricanes",
                "amount": 5583.0
            },
            {
                "team": "Edmonton Oilers",
                "amount": 4417.0
            }
        ],
        "expected_reward_tokens": 9099.02,
        "profit_sb": 99.02,
        "profit_sb_percentage": 1.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "9b6e4143-b8eb-4400-a603-b12d0b0e4732",
            "gambit_id": "09da9c5b-6804-402b-97be-7d17075d0d66",
            "last_updated": "2022-11-11T21:37:26.279463-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Carolina Hurricanes",
            "reward": "1.63000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e227fccf-b402-4bb5-8ebf-c7596f794704/?format=api"
        },
        {
            "id": "68ecb57a-1340-4927-b9d3-ae40a7e0b45e",
            "gambit_id": "48fce659-6966-4935-bb85-c8fa2f57f3a1",
            "last_updated": "2022-11-11T21:37:26.280428-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Edmonton Oilers",
            "reward": "2.06000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e227fccf-b402-4bb5-8ebf-c7596f794704/?format=api"
        }
    ]
}