GET /api/bet_types/e3e662e2-1a6b-4811-b418-7032d86cfbe6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e3e662e2-1a6b-4811-b418-7032d86cfbe6",
    "match": "https://api-prod.gambitprofit.com/api/matches/ca2825c7-3207-4038-9a0e-e48aaae1d67f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-08T11:46:59.871414-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": "ARI (Z Gallen)",
                "amount": 6293.0
            },
            {
                "team": "MIA (B Garrett)",
                "amount": 3707.0
            }
        ],
        "expected_reward_tokens": 9564.06,
        "profit_sb": 64.06,
        "profit_sb_percentage": 0.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "5cda401e-3c29-4bef-b08a-7c8b94f75fd7",
            "gambit_id": "db27dc35-63a2-4b2e-a6c2-40386846484f",
            "last_updated": "2023-05-09T11:22:22.008567-04:00",
            "created_at": "2023-05-08T11:46:59.873452-04:00",
            "name": "ARI (Z Gallen)",
            "reward": "1.52000",
            "odds": "1.54050",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e3e662e2-1a6b-4811-b418-7032d86cfbe6/?format=api"
        },
        {
            "id": "64d0c1db-5414-4f27-8fcd-9ab0bdcb9741",
            "gambit_id": "6ff85a1e-cbf8-44b4-ad90-dc5b89ee608a",
            "last_updated": "2023-05-09T11:22:22.010111-04:00",
            "created_at": "2023-05-08T11:46:59.875596-04:00",
            "name": "MIA (B Garrett)",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e3e662e2-1a6b-4811-b418-7032d86cfbe6/?format=api"
        }
    ]
}