GET /api/bet_types/3b63ded3-999a-4e65-97df-a6e0564d1b2a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3b63ded3-999a-4e65-97df-a6e0564d1b2a",
    "match": "https://api-prod.gambitprofit.com/api/matches/a8c40fe4-b676-4ece-b01c-3269b1597eed/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-28T11:22:19.338962-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": "TAM (Z Eflin)",
                "amount": 5909.0
            },
            {
                "team": "CWS (L Giolito)",
                "amount": 4091.0
            }
        ],
        "expected_reward_tokens": 9572.58,
        "profit_sb": 72.58,
        "profit_sb_percentage": 0.76,
        "recommended": true
    },
    "lines": [
        {
            "id": "032ee8c1-d589-4745-b7ed-9ea186bd6784",
            "gambit_id": "5a78545a-1802-4cae-8568-0aa4bb37c818",
            "last_updated": "2023-04-30T12:47:15.472483-04:00",
            "created_at": "2023-04-28T11:22:19.341669-04:00",
            "name": "TAM (Z Eflin)",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3b63ded3-999a-4e65-97df-a6e0564d1b2a/?format=api"
        },
        {
            "id": "22a8ffa4-c208-4d09-aff4-8c401ccc213d",
            "gambit_id": "0dbbaff3-d3d7-41ca-bbd4-56675a6ae9c1",
            "last_updated": "2023-04-30T12:47:15.470793-04:00",
            "created_at": "2023-04-28T11:22:19.340317-04:00",
            "name": "CWS (L Giolito)",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3b63ded3-999a-4e65-97df-a6e0564d1b2a/?format=api"
        }
    ]
}