GET /api/bet_types/260262b2-1679-4fc1-ab38-371c2016df38/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "260262b2-1679-4fc1-ab38-371c2016df38",
    "match": "https://api-prod.gambitprofit.com/api/matches/327da1e8-d367-45f6-a0d7-aa618372c7aa/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-30T10:43:16.244006-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": "Dallas Mavericks",
                "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": "60c8db3e-2769-4782-903f-4c5a1e44707b",
            "gambit_id": "7ff5b3e0-8217-4aea-a4d9-02e2c3ea09d6",
            "last_updated": "2024-01-01T13:23:30.067558-05:00",
            "created_at": "2023-12-30T10:43:16.247849-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/260262b2-1679-4fc1-ab38-371c2016df38/?format=api"
        },
        {
            "id": "226466ac-1ff6-461a-b75a-da87f6c275cb",
            "gambit_id": "4371d6cb-8065-492c-a290-c8f9cbe3bf4d",
            "last_updated": "2024-01-01T13:23:30.071128-05:00",
            "created_at": "2023-12-30T10:43:16.252805-05:00",
            "name": "Golden State Warriors",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/260262b2-1679-4fc1-ab38-371c2016df38/?format=api"
        }
    ]
}