GET /api/bet_types/5da387d4-a950-47db-9be4-742053bc6634/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5da387d4-a950-47db-9be4-742053bc6634",
    "match": "https://api-prod.gambitprofit.com/api/matches/30adba84-4a58-4073-85a1-3aeaf9e7a1bf/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-02T08:23:16.100050-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": "WAS",
                "amount": 5773.0
            },
            {
                "team": "MIL",
                "amount": 4227.0
            }
        ],
        "expected_reward_tokens": 9467.72,
        "profit_sb": -32.28,
        "profit_sb_percentage": -0.34,
        "recommended": false
    },
    "lines": [
        {
            "id": "660be6e0-4556-4ea4-967f-1fb06aa6a63e",
            "gambit_id": "c163d6ef-e966-48a9-9b63-6d5613c97ec1",
            "last_updated": "2023-08-04T09:48:13.128192-04:00",
            "created_at": "2023-08-02T08:23:16.113908-04:00",
            "name": "WAS",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5da387d4-a950-47db-9be4-742053bc6634/?format=api"
        },
        {
            "id": "4649ffb9-ad0c-49d5-bf10-3b050ff4050c",
            "gambit_id": "3f1c08d9-5d4b-4bc0-bd93-f4145ff5b6ac",
            "last_updated": "2023-08-04T09:48:13.122387-04:00",
            "created_at": "2023-08-02T08:23:16.106562-04:00",
            "name": "MIL",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5da387d4-a950-47db-9be4-742053bc6634/?format=api"
        }
    ]
}