GET /api/bet_types/6f5aba61-892b-44b3-a3d4-9c78e7ecf4b2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6f5aba61-892b-44b3-a3d4-9c78e7ecf4b2",
    "match": "https://api-prod.gambitprofit.com/api/matches/a1546529-e1af-4af4-a3bf-3fe42b02090c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-16T09:08:27.621929-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": "HOU (C Javier)",
                "amount": 5248.0
            },
            {
                "team": "LAA (T Anderson)",
                "amount": 4752.0
            }
        ],
        "expected_reward_tokens": 9551.36,
        "profit_sb": 51.36,
        "profit_sb_percentage": 0.54,
        "recommended": true
    },
    "lines": [
        {
            "id": "cf70e2f7-4749-46a4-bbfd-f1a201e8c04c",
            "gambit_id": "dd8922fb-a054-4cb8-91e8-c16a976d6845",
            "last_updated": "2023-07-17T12:43:27.156256-04:00",
            "created_at": "2023-07-16T09:08:27.624027-04:00",
            "name": "HOU (C Javier)",
            "reward": "1.82000",
            "odds": "1.86210",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f5aba61-892b-44b3-a3d4-9c78e7ecf4b2/?format=api"
        },
        {
            "id": "c16c3706-2e5a-4308-9876-437a977029c8",
            "gambit_id": "6ba8c284-18a2-49da-b948-dcdeb37957cd",
            "last_updated": "2023-07-17T12:43:27.157651-04:00",
            "created_at": "2023-07-16T09:08:27.626258-04:00",
            "name": "LAA (T Anderson)",
            "reward": "2.01000",
            "odds": "2.06000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f5aba61-892b-44b3-a3d4-9c78e7ecf4b2/?format=api"
        }
    ]
}