GET /api/bet_types/523a7d04-0723-4ca2-942e-10338b6ed37f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "523a7d04-0723-4ca2-942e-10338b6ed37f",
    "match": "https://api-prod.gambitprofit.com/api/matches/d2e413b0-3de7-49f8-b956-0b84346b86aa/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-14T09:28:10.105532-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 Clippers",
                "amount": 5000.0
            },
            {
                "team": "Golden State Warriors",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "85d1c003-26d5-4c3b-b4fc-707fb455224d",
            "gambit_id": "14b92ec8-7a7e-4466-a929-b0d6487c07db",
            "last_updated": "2023-12-15T10:58:01.973690-05:00",
            "created_at": "2023-12-14T09:28:10.114724-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/523a7d04-0723-4ca2-942e-10338b6ed37f/?format=api"
        },
        {
            "id": "9227416a-b6c8-47ff-8ff8-880dab0b8daa",
            "gambit_id": "f13d158f-de28-44e9-b4b0-774c7a02819d",
            "last_updated": "2023-12-15T10:58:01.982946-05:00",
            "created_at": "2023-12-14T09:28:10.109802-05:00",
            "name": "Golden State Warriors",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/523a7d04-0723-4ca2-942e-10338b6ed37f/?format=api"
        }
    ]
}