GET /api/bet_types/260ed7f6-04db-42be-ab54-c5b28afd119f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "260ed7f6-04db-42be-ab54-c5b28afd119f",
    "match": "https://api-prod.gambitprofit.com/api/matches/9477a825-2542-4c3b-9dcc-7644aa162fae/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-09T09:48:15.825221-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": "LAA (S Ohtani)",
                "amount": 5182.0
            },
            {
                "team": "SEA (L Castillo)",
                "amount": 4818.0
            }
        ],
        "expected_reward_tokens": 9586.7,
        "profit_sb": 86.7,
        "profit_sb_percentage": 0.91,
        "recommended": true
    },
    "lines": [
        {
            "id": "c317dd22-a279-4748-85b4-f0ce719230bf",
            "gambit_id": "1080abc2-5f3f-4ca4-ad2d-ed083f38ca48",
            "last_updated": "2023-06-10T16:43:04.136151-04:00",
            "created_at": "2023-06-09T09:48:15.828705-04:00",
            "name": "LAA (S Ohtani)",
            "reward": "1.85000",
            "odds": "1.88500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/260ed7f6-04db-42be-ab54-c5b28afd119f/?format=api"
        },
        {
            "id": "fdde2142-ebae-4ce3-ada4-153a19169f5b",
            "gambit_id": "e0e283e8-3a54-455e-bd2b-1a1ab1074259",
            "last_updated": "2023-06-10T16:43:04.134127-04:00",
            "created_at": "2023-06-09T09:48:15.826892-04:00",
            "name": "SEA (L Castillo)",
            "reward": "1.99000",
            "odds": "2.03000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/260ed7f6-04db-42be-ab54-c5b28afd119f/?format=api"
        }
    ]
}