GET /api/bet_types/86f87ee2-58f3-400b-bac1-2e5c5a916125/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "86f87ee2-58f3-400b-bac1-2e5c5a916125",
    "match": "https://api-prod.gambitprofit.com/api/matches/bfb6d038-77d1-47bc-ad67-205aec9cda85/?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 Vikings",
                "amount": 5984.0
            },
            {
                "team": "Washington Commanders",
                "amount": 4016.0
            }
        ],
        "expected_reward_tokens": 9155.52,
        "profit_sb": 155.52,
        "profit_sb_percentage": 1.73,
        "recommended": true
    },
    "lines": [
        {
            "id": "5816d44f-c36e-4b2b-ae5b-5cf886397d27",
            "gambit_id": "31dded21-8338-4a56-bf8b-5d6efc9e6602",
            "last_updated": "2022-11-07T09:58:49.939013-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota Vikings",
            "reward": "1.53000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/86f87ee2-58f3-400b-bac1-2e5c5a916125/?format=api"
        },
        {
            "id": "0c275e7a-b8f8-4cf1-b132-0e62f0eb97bb",
            "gambit_id": "6a4a161a-37dc-45b9-9156-300e0ea4dc0d",
            "last_updated": "2022-11-07T09:58:49.938033-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington Commanders",
            "reward": "2.28000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/86f87ee2-58f3-400b-bac1-2e5c5a916125/?format=api"
        }
    ]
}