GET /api/bet_types/17a1b1da-6aec-49dc-b82c-66adb0a24611/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "17a1b1da-6aec-49dc-b82c-66adb0a24611",
    "match": "https://api-prod.gambitprofit.com/api/matches/d3733544-dc89-471a-a5a6-eb17bee0b4a9/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-11T08:48:22.606885-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": "SFO (A Cobb)",
                "amount": 5541.0
            },
            {
                "team": "CLE (G Williams)",
                "amount": 4459.0
            }
        ],
        "expected_reward_tokens": 9585.93,
        "profit_sb": 85.93,
        "profit_sb_percentage": 0.9,
        "recommended": true
    },
    "lines": [
        {
            "id": "3bc2b01e-f7ae-45e9-b111-1eaddac5c5dc",
            "gambit_id": "ad116ec9-727e-4248-8258-f10b45d6e88e",
            "last_updated": "2023-09-12T21:13:16.871928-04:00",
            "created_at": "2023-09-11T08:48:22.614911-04:00",
            "name": "SFO (A Cobb)",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/17a1b1da-6aec-49dc-b82c-66adb0a24611/?format=api"
        },
        {
            "id": "8fd1a74d-1b75-4dc0-a853-ada89653d630",
            "gambit_id": "76aeb0f2-8592-49cf-8a01-bfaf199db5fa",
            "last_updated": "2023-09-12T21:13:16.867306-04:00",
            "created_at": "2023-09-11T08:48:22.610894-04:00",
            "name": "CLE (G Williams)",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/17a1b1da-6aec-49dc-b82c-66adb0a24611/?format=api"
        }
    ]
}