GET /api/bet_types/e43b898a-44f0-41dc-9147-693f28fc0ae7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e43b898a-44f0-41dc-9147-693f28fc0ae7",
    "match": "https://api-prod.gambitprofit.com/api/matches/366465ef-97c2-4800-898c-ba54734943e8/?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": "Golden State Warriors",
                "amount": 7168.0
            },
            {
                "team": "Sacramento Kings",
                "amount": 2832.0
            }
        ],
        "expected_reward_tokens": 9175.04,
        "profit_sb": 175.04,
        "profit_sb_percentage": 1.94,
        "recommended": true
    },
    "lines": [
        {
            "id": "f1b8c933-8702-4511-a99c-f7d0809730f7",
            "gambit_id": "c413f19e-2625-4514-98da-0c48aeb09fda",
            "last_updated": "2022-11-08T10:52:03.106792-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Golden State Warriors",
            "reward": "1.28000",
            "odds": "1.32260",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e43b898a-44f0-41dc-9147-693f28fc0ae7/?format=api"
        },
        {
            "id": "f909f193-5422-4c0b-b016-a18a935f39af",
            "gambit_id": "8a57606a-de3c-4bdc-bd14-be9ce826276b",
            "last_updated": "2022-11-08T10:52:03.107955-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Sacramento Kings",
            "reward": "3.24000",
            "odds": "3.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e43b898a-44f0-41dc-9147-693f28fc0ae7/?format=api"
        }
    ]
}