GET /api/bet_types/242b5a83-0677-4628-809a-9aa89657c2b0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "242b5a83-0677-4628-809a-9aa89657c2b0",
    "match": "https://api-prod.gambitprofit.com/api/matches/8139d9f1-e861-49c5-a451-ff8529eac53b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-23T11:47:59.088221-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": "MIN (B Ober)",
                "amount": 5776.0
            },
            {
                "team": "CWS (L Giolito)",
                "amount": 4224.0
            }
        ],
        "expected_reward_tokens": 9588.16,
        "profit_sb": 88.16,
        "profit_sb_percentage": 0.93,
        "recommended": true
    },
    "lines": [
        {
            "id": "0ca987bd-05dd-4b18-95c7-27ba9431b76b",
            "gambit_id": "c3238181-38b9-4e4f-9cc7-ea8b19148a3b",
            "last_updated": "2023-07-24T13:28:11.010160-04:00",
            "created_at": "2023-07-23T11:47:59.097674-04:00",
            "name": "MIN (B Ober)",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/242b5a83-0677-4628-809a-9aa89657c2b0/?format=api"
        },
        {
            "id": "c746bfb1-6ffd-4b0c-b0b1-3f2bbc58d5b1",
            "gambit_id": "a4bbc769-5b45-48f1-af6a-2ff1bea16b11",
            "last_updated": "2023-07-24T13:28:11.005474-04:00",
            "created_at": "2023-07-23T11:47:59.093099-04:00",
            "name": "CWS (L Giolito)",
            "reward": "2.27000",
            "odds": "2.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/242b5a83-0677-4628-809a-9aa89657c2b0/?format=api"
        }
    ]
}