GET /api/bet_types/e103bde5-0237-4a32-86a2-42f1a03e0027/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e103bde5-0237-4a32-86a2-42f1a03e0027",
    "match": "https://api-prod.gambitprofit.com/api/matches/0b7787bd-560f-4ace-81ee-a221c5f4e8b1/?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": "TAM (C Kluber)",
                "amount": 5692.0
            },
            {
                "team": "BAL (A Voth)",
                "amount": 4308.0
            }
        ],
        "expected_reward_tokens": 9391.44,
        "profit_sb": 391.44,
        "profit_sb_percentage": 4.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "52b11156-8107-46e4-9699-ae7f8c812191",
            "gambit_id": "b3b3c41d-b2d7-4ea3-b5f1-8e1f94da0f01",
            "last_updated": "2022-08-13T10:42:05.030047-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TAM (C Kluber)",
            "reward": "1.65000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e103bde5-0237-4a32-86a2-42f1a03e0027/?format=api"
        },
        {
            "id": "ad66cf06-f1ff-4ccf-adb0-02c7107b4522",
            "gambit_id": "76448760-0609-49f9-ac90-911be1a95e05",
            "last_updated": "2022-08-13T10:42:05.030513-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BAL (A Voth)",
            "reward": "2.18000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e103bde5-0237-4a32-86a2-42f1a03e0027/?format=api"
        }
    ]
}