GET /api/bet_types/2436db9c-4162-4528-af6a-6b62353bbe29/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2436db9c-4162-4528-af6a-6b62353bbe29",
    "match": "https://api-prod.gambitprofit.com/api/matches/b4933e57-acd9-4762-a291-3e5d437edb32/?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": "Minnesota Timberwolves",
                "amount": 6389.0
            },
            {
                "team": "Oklahoma City Thunder",
                "amount": 3611.0
            }
        ],
        "expected_reward_tokens": 9135.83,
        "profit_sb": 135.83,
        "profit_sb_percentage": 1.51,
        "recommended": true
    },
    "lines": [
        {
            "id": "0950b1a7-711d-4908-b1ed-1c86711e2665",
            "gambit_id": "eb640794-3270-4966-8651-06ea8c8d3903",
            "last_updated": "2022-12-05T11:42:11.467584-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.43000",
            "odds": "1.48780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2436db9c-4162-4528-af6a-6b62353bbe29/?format=api"
        },
        {
            "id": "c31e53f2-6648-4fae-b1a1-c146144c7ab8",
            "gambit_id": "35f0210b-9973-4113-a820-a8dee1945991",
            "last_updated": "2022-12-05T11:42:11.468554-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "2.53000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2436db9c-4162-4528-af6a-6b62353bbe29/?format=api"
        }
    ]
}