GET /api/bet_types/9cfa3d96-6f42-4a93-b28a-88b89b0b0261/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9cfa3d96-6f42-4a93-b28a-88b89b0b0261",
    "match": "https://api-prod.gambitprofit.com/api/matches/7a70e284-cfdc-4cc6-be2c-651a92c9bc5e/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-02-05T10:03:21.949260-05: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": "Los Angeles Lakers",
                "amount": 5000.0
            },
            {
                "team": "Charlotte Hornets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "028dd980-da21-4e64-bac2-c539cf951c39",
            "gambit_id": "871b1a0e-7a2e-48f6-80ac-9bb1e1e34437",
            "last_updated": "2024-02-07T01:52:58.534216-05:00",
            "created_at": "2024-02-05T10:03:21.952898-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-13.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9cfa3d96-6f42-4a93-b28a-88b89b0b0261/?format=api"
        },
        {
            "id": "baa107a2-82e4-4d27-8b35-af1045603adb",
            "gambit_id": "620905f8-3234-47ea-8509-8fbef5a631c1",
            "last_updated": "2024-02-07T01:52:58.537605-05:00",
            "created_at": "2024-02-05T10:03:21.957323-05:00",
            "name": "Charlotte Hornets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "13.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9cfa3d96-6f42-4a93-b28a-88b89b0b0261/?format=api"
        }
    ]
}