GET /api/bet_types/e18cac48-5ba8-4396-b709-f359c865f495/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e18cac48-5ba8-4396-b709-f359c865f495",
    "match": "https://api-prod.gambitprofit.com/api/matches/2c183923-8159-423c-809b-207276cb6339/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-27T11:52:02.592329-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": "Vegas Golden Knights",
                "amount": 6399.0
            },
            {
                "team": "Winnipeg Jets",
                "amount": 3601.0
            }
        ],
        "expected_reward_tokens": 9470.52,
        "profit_sb": -29.48,
        "profit_sb_percentage": -0.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "9136aeb4-ee03-4fca-9b9c-71fabc52c01a",
            "gambit_id": "8c5084b2-b10e-4bf9-bc87-4b4446a0c2dd",
            "last_updated": "2023-04-28T11:22:24.920046-04:00",
            "created_at": "2023-04-27T11:52:02.594699-04:00",
            "name": "Vegas Golden Knights",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e18cac48-5ba8-4396-b709-f359c865f495/?format=api"
        },
        {
            "id": "d1118777-dceb-4afa-be39-c774aed109cb",
            "gambit_id": "f893eab0-29a1-4d80-98ee-5c136dd0a079",
            "last_updated": "2023-04-28T11:22:24.921370-04:00",
            "created_at": "2023-04-27T11:52:02.597472-04:00",
            "name": "Winnipeg Jets",
            "reward": "2.63000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e18cac48-5ba8-4396-b709-f359c865f495/?format=api"
        }
    ]
}