GET /api/bet_types/0be3f603-63e9-4b28-8287-58e1dcad2752/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0be3f603-63e9-4b28-8287-58e1dcad2752",
    "match": "https://api-prod.gambitprofit.com/api/matches/4a5d4d53-dc07-4fd2-afe4-4bb332ebc4c8/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-19T08:48:00.127675-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": "Golden State Warriors",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "b8dedd54-aea6-449d-923d-b08e1ef92acd",
            "gambit_id": "5cdb0e2d-32af-4725-be24-8a3a2529513a",
            "last_updated": "2023-12-21T10:28:20.376068-05:00",
            "created_at": "2023-12-19T08:48:00.131754-05:00",
            "name": "Boston Celtics",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0be3f603-63e9-4b28-8287-58e1dcad2752/?format=api"
        },
        {
            "id": "3b2e62d2-7839-4b66-9ecb-5ffd3ecd572d",
            "gambit_id": "e9061d89-85c7-4fa6-8083-4bc62156c1ac",
            "last_updated": "2023-12-21T10:28:20.379280-05:00",
            "created_at": "2023-12-19T08:48:00.136126-05:00",
            "name": "Golden State Warriors",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0be3f603-63e9-4b28-8287-58e1dcad2752/?format=api"
        }
    ]
}