GET /api/bet_types/6c9e04a9-c127-4f76-802c-7d7ecb46767e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6c9e04a9-c127-4f76-802c-7d7ecb46767e",
    "match": "https://api-prod.gambitprofit.com/api/matches/b3c3a559-d08a-4a68-baec-2f86abdecde5/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-30T08:18:14.986932-04: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": "HOU (F Valdez)",
                "amount": 5541.0
            },
            {
                "team": "BOS (K Crawford)",
                "amount": 4459.0
            }
        ],
        "expected_reward_tokens": 9585.93,
        "profit_sb": 85.93,
        "profit_sb_percentage": 0.9,
        "recommended": true
    },
    "lines": [
        {
            "id": "4bb78e2c-dc1e-4ea4-b6f7-a9cb6af7b787",
            "gambit_id": "ae62e285-ed73-4c46-99ee-0e1b9fa09a81",
            "last_updated": "2023-08-31T09:33:08.966565-04:00",
            "created_at": "2023-08-30T08:18:14.991282-04:00",
            "name": "HOU (F Valdez)",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c9e04a9-c127-4f76-802c-7d7ecb46767e/?format=api"
        },
        {
            "id": "122fe104-e75e-4f20-aba0-278059a17e7e",
            "gambit_id": "6ba46493-49d8-4265-86bb-038731dbaa64",
            "last_updated": "2023-08-31T09:33:08.971466-04:00",
            "created_at": "2023-08-30T08:18:14.995179-04:00",
            "name": "BOS (K Crawford)",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c9e04a9-c127-4f76-802c-7d7ecb46767e/?format=api"
        }
    ]
}