GET /api/bet_types/317f7edf-2dfb-4fc8-931c-231688e42bad/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "317f7edf-2dfb-4fc8-931c-231688e42bad",
    "match": "https://api-prod.gambitprofit.com/api/matches/4cf48fc9-dec5-4170-a026-1aa029c2782c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-30T08:58:11.506130-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": "BAL (K Gibson)",
                "amount": 5490.0
            },
            {
                "team": "BOS (K Crawford)",
                "amount": 4510.0
            }
        ],
        "expected_reward_tokens": 9606.3,
        "profit_sb": 106.3,
        "profit_sb_percentage": 1.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "e74d58e9-341a-44ef-be5c-4f2f87689b5c",
            "gambit_id": "b91f8fce-1183-4bf2-8782-a575aefc69af",
            "last_updated": "2023-10-01T22:23:31.345384-04:00",
            "created_at": "2023-09-30T08:58:11.519163-04:00",
            "name": "BAL (K Gibson)",
            "reward": "1.75000",
            "odds": "1.78120",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/317f7edf-2dfb-4fc8-931c-231688e42bad/?format=api"
        },
        {
            "id": "e6dcfb30-a203-410b-a965-bf9a2d1636b5",
            "gambit_id": "e2fc704f-aace-48ef-a05e-221179583626",
            "last_updated": "2023-10-01T22:23:31.341350-04:00",
            "created_at": "2023-09-30T08:58:11.513746-04:00",
            "name": "BOS (K Crawford)",
            "reward": "2.13000",
            "odds": "2.18000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/317f7edf-2dfb-4fc8-931c-231688e42bad/?format=api"
        }
    ]
}