GET /api/bet_types/f852244d-9063-4e6d-ba83-cf15398bf8f6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f852244d-9063-4e6d-ba83-cf15398bf8f6",
    "match": "https://api-prod.gambitprofit.com/api/matches/8d1628ab-f7a0-489f-8a14-35a35fde0e16/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-09T08:43:19.343269-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": "SEA (L Gilbert)",
                "amount": 5541.0
            },
            {
                "team": "HOU (B Bielak)",
                "amount": 4459.0
            }
        ],
        "expected_reward_tokens": 9585.93,
        "profit_sb": 85.93,
        "profit_sb_percentage": 0.9,
        "recommended": true
    },
    "lines": [
        {
            "id": "2828a0a9-4e0f-40b1-8d60-328b02af2029",
            "gambit_id": "1df18004-db76-4258-8b93-410e36d1bc23",
            "last_updated": "2023-07-10T18:28:22.862406-04:00",
            "created_at": "2023-07-09T08:43:19.345455-04:00",
            "name": "SEA (L Gilbert)",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f852244d-9063-4e6d-ba83-cf15398bf8f6/?format=api"
        },
        {
            "id": "05747c45-c4f4-4692-abc2-a4630aee8125",
            "gambit_id": "75a7e5c5-d184-4916-8cdd-beb39c02d96f",
            "last_updated": "2023-07-10T18:28:22.863900-04:00",
            "created_at": "2023-07-09T08:43:19.347348-04:00",
            "name": "HOU (B Bielak)",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f852244d-9063-4e6d-ba83-cf15398bf8f6/?format=api"
        }
    ]
}