GET /api/bet_types/2b0f99ff-72b0-413e-a76e-c2243756b344/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2b0f99ff-72b0-413e-a76e-c2243756b344",
    "match": "https://api-prod.gambitprofit.com/api/matches/c0ac356e-ea47-4f1e-b844-f6eac36ff8ea/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-01T09:42:08.995279-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": "TOR (K Gausman)",
                "amount": 6182.0
            },
            {
                "team": "MIL (F Peralta)",
                "amount": 3818.0
            }
        ],
        "expected_reward_tokens": 9582.1,
        "profit_sb": 82.1,
        "profit_sb_percentage": 0.86,
        "recommended": true
    },
    "lines": [
        {
            "id": "5444245b-b59f-4525-b4b0-0abae3b6b9f6",
            "gambit_id": "575e1552-f041-4ace-94af-cb5c442f1bbb",
            "last_updated": "2023-06-02T13:56:52.661105-04:00",
            "created_at": "2023-06-01T09:42:08.999399-04:00",
            "name": "TOR (K Gausman)",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2b0f99ff-72b0-413e-a76e-c2243756b344/?format=api"
        },
        {
            "id": "c4ae93e3-88cb-436c-80ee-d5a00a64bb3d",
            "gambit_id": "5a5f9ae3-6805-44cb-a558-bbc532bcbe41",
            "last_updated": "2023-06-02T13:56:52.658871-04:00",
            "created_at": "2023-06-01T09:42:08.997285-04:00",
            "name": "MIL (F Peralta)",
            "reward": "2.51000",
            "odds": "2.57000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2b0f99ff-72b0-413e-a76e-c2243756b344/?format=api"
        }
    ]
}