GET /api/bet_types/a8d40018-f7fa-4f55-a73e-27c090764318/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a8d40018-f7fa-4f55-a73e-27c090764318",
    "match": "https://api-prod.gambitprofit.com/api/matches/4a6be7af-d14a-4c1d-88fc-7a5ed8189ee7/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-31T09:56:47.337654-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": "Charlotte Hornets",
                "amount": 5000.0
            },
            {
                "team": "Chicago Bulls",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "3b28f3cd-c2b1-4e63-8a11-991c057c9731",
            "gambit_id": "334d3cb1-11f5-48c1-8ba0-32c03340047f",
            "last_updated": "2023-04-01T10:27:25.830020-04:00",
            "created_at": "2023-03-31T09:56:47.339346-04:00",
            "name": "Charlotte Hornets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "11.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a8d40018-f7fa-4f55-a73e-27c090764318/?format=api"
        },
        {
            "id": "a7284965-6010-46a1-83a2-8dd5ec004db9",
            "gambit_id": "e4e29b38-ab87-4ebd-816e-76ef6e5819d1",
            "last_updated": "2023-04-01T10:27:25.831887-04:00",
            "created_at": "2023-03-31T09:56:47.341138-04:00",
            "name": "Chicago Bulls",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-11.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a8d40018-f7fa-4f55-a73e-27c090764318/?format=api"
        }
    ]
}