GET /api/bet_types/1a748452-b104-4266-a482-3f313c2f334d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1a748452-b104-4266-a482-3f313c2f334d",
    "match": "https://api-prod.gambitprofit.com/api/matches/e005a191-e74e-4dd7-b33a-4b659d86fba4/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-04T09:48:06.335676-04: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": "Columbus Blue Jackets",
                "amount": 6390.0
            },
            {
                "team": "Washington Capitals",
                "amount": 3610.0
            }
        ],
        "expected_reward_tokens": 9457.2,
        "profit_sb": -42.8,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "4bb63879-47f1-4bf9-9992-fe0212e21993",
            "gambit_id": "7e6e1161-5e73-41af-b1c5-42a21da8e05d",
            "last_updated": "2023-11-06T09:23:28.509881-05:00",
            "created_at": "2023-11-04T09:48:06.340201-04:00",
            "name": "Columbus Blue Jackets",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1a748452-b104-4266-a482-3f313c2f334d/?format=api"
        },
        {
            "id": "ec0dde74-4990-45c2-9ff6-6ebe3146b97d",
            "gambit_id": "c890e4e8-aefb-4c3b-9a06-6294a296da26",
            "last_updated": "2023-11-06T09:23:28.513064-05:00",
            "created_at": "2023-11-04T09:48:06.344777-04:00",
            "name": "Washington Capitals",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1a748452-b104-4266-a482-3f313c2f334d/?format=api"
        }
    ]
}