GET /api/bet_types/196b9969-8687-4270-9b98-3d2d42838441/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "196b9969-8687-4270-9b98-3d2d42838441",
    "match": "https://api-prod.gambitprofit.com/api/matches/37fce599-91a1-4613-bcee-1535b4854c02/?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": "TAM (C Kluber)",
                "amount": 5467.0
            },
            {
                "team": "NYY (C Schmidt)",
                "amount": 4533.0
            }
        ],
        "expected_reward_tokens": 9292.65,
        "profit_sb": 292.65,
        "profit_sb_percentage": 3.25,
        "recommended": true
    },
    "lines": [
        {
            "id": "65daa940-6827-4fcc-8de8-051708f848c2",
            "gambit_id": "c1d73264-c117-4071-99d6-5c4cbeed10a1",
            "last_updated": "2022-09-05T10:27:02.752911-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TAM (C Kluber)",
            "reward": "1.70000",
            "odds": "1.78740",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/196b9969-8687-4270-9b98-3d2d42838441/?format=api"
        },
        {
            "id": "d4cc9015-1a16-4eb0-a23e-fed67aaca69e",
            "gambit_id": "b0db1314-3dd3-46db-8dcf-4f21dbb94b72",
            "last_updated": "2022-09-05T10:27:02.753909-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYY (C Schmidt)",
            "reward": "2.05000",
            "odds": "2.17000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/196b9969-8687-4270-9b98-3d2d42838441/?format=api"
        }
    ]
}