GET /api/bet_types/721c167d-87fe-4258-b5ae-4490fba00e3f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "721c167d-87fe-4258-b5ae-4490fba00e3f",
    "match": "https://api-prod.gambitprofit.com/api/matches/eb251424-ae17-4699-90cc-1883241ed5e9/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-10T11:18:02.328656-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": "Seattle Seahawks",
                "amount": 6978.0
            },
            {
                "team": "Washington Commanders",
                "amount": 3022.0
            }
        ],
        "expected_reward_tokens": 9489.08,
        "profit_sb": -10.92,
        "profit_sb_percentage": -0.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "faca847c-12a8-4162-bce4-194ff5579dbf",
            "gambit_id": "2a4e3341-a2fb-48c5-b905-b576581e842b",
            "last_updated": "2023-11-13T15:33:04.718621-05:00",
            "created_at": "2023-11-10T11:18:02.338849-05:00",
            "name": "Seattle Seahawks",
            "reward": "1.36000",
            "odds": "1.37740",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/721c167d-87fe-4258-b5ae-4490fba00e3f/?format=api"
        },
        {
            "id": "c11c78b5-a7c1-4a77-9bae-6f1e14fc6c2a",
            "gambit_id": "1d4cac9d-1ddf-4583-97f7-352c524ba980",
            "last_updated": "2023-11-13T15:33:04.715351-05:00",
            "created_at": "2023-11-10T11:18:02.333248-05:00",
            "name": "Washington Commanders",
            "reward": "3.14000",
            "odds": "3.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/721c167d-87fe-4258-b5ae-4490fba00e3f/?format=api"
        }
    ]
}