GET /api/bet_types/e5a56cf3-e12b-4acb-92af-9d7928d05cd5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e5a56cf3-e12b-4acb-92af-9d7928d05cd5",
    "match": "https://api-prod.gambitprofit.com/api/matches/01a27e41-409d-4c01-9cb9-22d009094230/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-08T08:38:23.004906-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 (B Garrett)",
                "amount": 5222.0
            },
            {
                "team": "PHI (R Suarez)",
                "amount": 4778.0
            }
        ],
        "expected_reward_tokens": 9556.0,
        "profit_sb": 56.0,
        "profit_sb_percentage": 0.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "67e76d86-3487-4f13-b314-806f5163c984",
            "gambit_id": "5208ab6b-769e-4ab4-a51f-e8cff18be156",
            "last_updated": "2023-07-10T10:08:10.625356-04:00",
            "created_at": "2023-07-08T08:38:23.009247-04:00",
            "name": "MIA (B Garrett)",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e5a56cf3-e12b-4acb-92af-9d7928d05cd5/?format=api"
        },
        {
            "id": "94f13198-5e5f-4502-90f9-89adb05f82ea",
            "gambit_id": "8f2c1c9b-2ed4-470e-8153-c2d9430456cc",
            "last_updated": "2023-07-10T10:08:10.622955-04:00",
            "created_at": "2023-07-08T08:38:23.007133-04:00",
            "name": "PHI (R Suarez)",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e5a56cf3-e12b-4acb-92af-9d7928d05cd5/?format=api"
        }
    ]
}