GET /api/bet_types/aa506dbc-1962-46ac-9283-009fbeb74356/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "aa506dbc-1962-46ac-9283-009fbeb74356",
    "match": "https://api-prod.gambitprofit.com/api/matches/b0b8be4c-72a5-4251-a5e7-afe0290446ef/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-07T09:27:14.118612-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": "Indiana Pacers",
                "amount": 6942.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 3058.0
            }
        ],
        "expected_reward_tokens": 9510.38,
        "profit_sb": 10.38,
        "profit_sb_percentage": 0.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "20c26e9a-b176-4bf3-97b1-f7c919415d99",
            "gambit_id": "9fd71353-93cf-494b-940c-eced167a7f4d",
            "last_updated": "2023-04-08T20:52:05.309677-04:00",
            "created_at": "2023-04-07T09:27:14.120188-04:00",
            "name": "Indiana Pacers",
            "reward": "1.37000",
            "odds": "1.38460",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aa506dbc-1962-46ac-9283-009fbeb74356/?format=api"
        },
        {
            "id": "931abf80-09a7-48fa-a212-b644d199f771",
            "gambit_id": "be797dd0-20cc-4d9d-a99d-7499f7ba7052",
            "last_updated": "2023-04-08T20:52:05.311618-04:00",
            "created_at": "2023-04-07T09:27:14.121805-04:00",
            "name": "Detroit Pistons",
            "reward": "3.11000",
            "odds": "3.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aa506dbc-1962-46ac-9283-009fbeb74356/?format=api"
        }
    ]
}