GET /api/bet_types/0bf1b66c-5af8-4f0a-bac4-8ab979ff2624/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0bf1b66c-5af8-4f0a-bac4-8ab979ff2624",
    "match": "https://api-prod.gambitprofit.com/api/matches/1b2596ec-b0a2-4cb4-aa01-236222834f74/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-19T10:03:06.301165-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": "Boston Celtics",
                "amount": 5000.0
            },
            {
                "team": "Memphis Grizzlies",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "2bfa038c-3c1c-42d7-9697-3412c6053f01",
            "gambit_id": "912c4edf-8928-457f-9d21-8b58e19cfd6b",
            "last_updated": "2023-11-21T09:03:07.405094-05:00",
            "created_at": "2023-11-19T10:03:06.305254-05:00",
            "name": "Boston Celtics",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-12.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0bf1b66c-5af8-4f0a-bac4-8ab979ff2624/?format=api"
        },
        {
            "id": "c4c3cda0-b701-47a0-96da-1ef3e0c75475",
            "gambit_id": "08b369de-e097-4514-92fc-59f000837207",
            "last_updated": "2023-11-21T09:03:07.408584-05:00",
            "created_at": "2023-11-19T10:03:06.313503-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "12.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0bf1b66c-5af8-4f0a-bac4-8ab979ff2624/?format=api"
        }
    ]
}