GET /api/bet_types/a2211404-9a7e-4047-9a41-c0d38bcc7d13/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a2211404-9a7e-4047-9a41-c0d38bcc7d13",
    "match": "https://api-prod.gambitprofit.com/api/matches/d04f23f4-fc74-496d-8edf-84fde35ca7c9/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-17T11:06:51.028344-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": "MIA (E Cabrera)",
                "amount": 5426.0
            },
            {
                "team": "WAS (M Gore)",
                "amount": 4574.0
            }
        ],
        "expected_reward_tokens": 9604.02,
        "profit_sb": 104.02,
        "profit_sb_percentage": 1.09,
        "recommended": true
    },
    "lines": [
        {
            "id": "549e071e-3aee-47d9-b467-3b459a82f9ea",
            "gambit_id": "2b09ca9c-a3a7-4d49-9783-f6e66e487d35",
            "last_updated": "2023-05-18T11:47:19.677393-04:00",
            "created_at": "2023-05-17T11:06:51.030196-04:00",
            "name": "MIA (E Cabrera)",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a2211404-9a7e-4047-9a41-c0d38bcc7d13/?format=api"
        },
        {
            "id": "73ba25e4-8473-460a-acb5-9ca49f57bc6b",
            "gambit_id": "5c318a40-d04d-4954-a344-e83f14dedcc6",
            "last_updated": "2023-05-18T11:47:19.678963-04:00",
            "created_at": "2023-05-17T11:06:51.031843-04:00",
            "name": "WAS (M Gore)",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a2211404-9a7e-4047-9a41-c0d38bcc7d13/?format=api"
        }
    ]
}