GET /api/bet_types/6b36cf80-69be-4605-bd7e-c389a5b5f21b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6b36cf80-69be-4605-bd7e-c389a5b5f21b",
    "match": "https://api-prod.gambitprofit.com/api/matches/d26557c9-3b6c-411b-8aed-2e5b1b36c419/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-16T09:03:06.338473-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": "Sacramento Kings",
                "amount": 5000.0
            },
            {
                "team": "Phoenix Suns",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "626e3244-7a6b-4755-b0d5-fc19171e84e2",
            "gambit_id": "77e11936-697f-4da4-81c8-0c91916c5b37",
            "last_updated": "2024-01-19T11:58:31.435732-05:00",
            "created_at": "2024-01-16T09:03:06.343168-05:00",
            "name": "Sacramento Kings",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6b36cf80-69be-4605-bd7e-c389a5b5f21b/?format=api"
        },
        {
            "id": "6451fc6e-cf04-413f-961e-039deb405c95",
            "gambit_id": "d91921b2-ea7d-4217-8035-673144a50430",
            "last_updated": "2024-01-19T11:58:31.439062-05:00",
            "created_at": "2024-01-16T09:03:06.347730-05:00",
            "name": "Phoenix Suns",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6b36cf80-69be-4605-bd7e-c389a5b5f21b/?format=api"
        }
    ]
}