GET /api/bet_types/f50bca6e-fe95-4fa9-828d-113cd0e02334/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f50bca6e-fe95-4fa9-828d-113cd0e02334",
    "match": "https://api-prod.gambitprofit.com/api/matches/1b1d107b-7a8f-4fbf-a3c1-8c26fa8ea130/?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": "BOS (M Wacha)",
                "amount": 5228.0
            },
            {
                "team": "TAM (JT Chargois)",
                "amount": 4772.0
            }
        ],
        "expected_reward_tokens": 9305.4,
        "profit_sb": 305.4,
        "profit_sb_percentage": 3.39,
        "recommended": true
    },
    "lines": [
        {
            "id": "74641719-629c-41ac-9662-a7681b1aa66e",
            "gambit_id": "d9abc430-b0b5-4b70-b587-2268155730c4",
            "last_updated": "2022-08-27T12:36:58.496785-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BOS (M Wacha)",
            "reward": "1.78000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f50bca6e-fe95-4fa9-828d-113cd0e02334/?format=api"
        },
        {
            "id": "64d8ed69-ef72-488e-a5ba-dfbd98b19824",
            "gambit_id": "67f4b252-7ab7-40a0-8495-cc055368738f",
            "last_updated": "2022-08-27T12:36:58.497261-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TAM (JT Chargois)",
            "reward": "1.95000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f50bca6e-fe95-4fa9-828d-113cd0e02334/?format=api"
        }
    ]
}