GET /api/bet_types/6e0347eb-cd2c-4d1f-9ce1-0a5320813421/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6e0347eb-cd2c-4d1f-9ce1-0a5320813421",
    "match": "https://api-prod.gambitprofit.com/api/matches/26ebe4bb-2b18-411a-bf63-2abd194b2133/?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": "Indiana Pacers",
                "amount": 6047.0
            },
            {
                "team": "Washington Wizards",
                "amount": 3953.0
            }
        ],
        "expected_reward_tokens": 9130.97,
        "profit_sb": 130.97,
        "profit_sb_percentage": 1.46,
        "recommended": true
    },
    "lines": [
        {
            "id": "98a62aa1-eda3-4cc1-b650-432c6d1b4f14",
            "gambit_id": "9330eb09-acd6-49b4-b0e8-6cd9f89b0f40",
            "last_updated": "2022-12-10T18:42:01.358970-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Indiana Pacers",
            "reward": "1.51000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6e0347eb-cd2c-4d1f-9ce1-0a5320813421/?format=api"
        },
        {
            "id": "4dedfe33-a179-43a1-bb25-b449343ff3a7",
            "gambit_id": "5179bad4-bb40-49ab-9274-42fd7ed0fe99",
            "last_updated": "2022-12-10T18:42:01.360086-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington Wizards",
            "reward": "2.31000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6e0347eb-cd2c-4d1f-9ce1-0a5320813421/?format=api"
        }
    ]
}