GET /api/bet_types/3175e380-0ffc-4526-9868-21c757bd22e8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3175e380-0ffc-4526-9868-21c757bd22e8",
    "match": "https://api-prod.gambitprofit.com/api/matches/8f6401a6-9a92-470b-b74c-38aa986d5301/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-08T09:38:20.173261-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": "Memphis Grizzlies",
                "amount": 5000.0
            },
            {
                "team": "Minnesota Timberwolves",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "fd2f7e1f-e695-4ffb-b1d8-a7600ec2c678",
            "gambit_id": "02c5dd21-f09d-4f71-995e-80138eda02e4",
            "last_updated": "2023-12-09T11:43:28.323331-05:00",
            "created_at": "2023-12-08T09:38:20.181081-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3175e380-0ffc-4526-9868-21c757bd22e8/?format=api"
        },
        {
            "id": "3b84e91c-ae29-4fdc-b85a-7ca3640a39ab",
            "gambit_id": "1aae752f-a1ea-4b9d-beae-a03b8646b0a0",
            "last_updated": "2023-12-09T11:43:28.319869-05:00",
            "created_at": "2023-12-08T09:38:20.177315-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3175e380-0ffc-4526-9868-21c757bd22e8/?format=api"
        }
    ]
}