GET /api/bet_types/ca7032b0-a263-4e5f-b295-f934195fecaf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ca7032b0-a263-4e5f-b295-f934195fecaf",
    "match": "https://api-prod.gambitprofit.com/api/matches/2e15892c-92e2-48c8-95c7-d04c005a3772/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-05T10:08:11.637929-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": "Boston Red Sox",
                "amount": 5213.0
            },
            {
                "team": "Toronto Blue Jays",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "e68e2852-bb99-4f57-9555-5711960b08ca",
            "gambit_id": "ca366bd1-dbd1-4648-9d76-5e25fe755f42",
            "last_updated": "2023-08-07T14:58:06.773091-04:00",
            "created_at": "2023-08-05T10:08:11.650272-04:00",
            "name": "Boston Red Sox",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ca7032b0-a263-4e5f-b295-f934195fecaf/?format=api"
        },
        {
            "id": "04f3e415-fb04-4de0-a9d3-f27cf85b55c4",
            "gambit_id": "b23b23e4-dbd3-4250-9a59-c27742f4c9d6",
            "last_updated": "2023-08-07T14:58:06.769431-04:00",
            "created_at": "2023-08-05T10:08:11.644259-04:00",
            "name": "Toronto Blue Jays",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ca7032b0-a263-4e5f-b295-f934195fecaf/?format=api"
        }
    ]
}