GET /api/bet_types/c43b5005-ca27-452a-bbfb-1f70ef34fe0a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c43b5005-ca27-452a-bbfb-1f70ef34fe0a",
    "match": "https://api-prod.gambitprofit.com/api/matches/5cb83c2a-778f-4541-8c30-4c9d9ad9d6a0/?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": "Atlanta Braves",
                "amount": 6101.0
            },
            {
                "team": "Miami Marlins",
                "amount": 3899.0
            }
        ],
        "expected_reward_tokens": 9395.54,
        "profit_sb": 395.54,
        "profit_sb_percentage": 4.39,
        "recommended": true
    },
    "lines": [
        {
            "id": "763b1dc9-7603-4202-8160-150814f0c218",
            "gambit_id": "dcae2968-5b98-4a4d-8514-7e065749e974",
            "last_updated": "2022-08-14T11:17:01.158685-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Atlanta Braves",
            "reward": "1.54000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c43b5005-ca27-452a-bbfb-1f70ef34fe0a/?format=api"
        },
        {
            "id": "eaa3928a-9a8e-476c-b799-d88a7142b154",
            "gambit_id": "2d1de0ac-6b46-40ea-b468-914550f3a4fa",
            "last_updated": "2022-08-14T11:17:01.158284-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Miami Marlins",
            "reward": "2.41000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c43b5005-ca27-452a-bbfb-1f70ef34fe0a/?format=api"
        }
    ]
}