GET /api/bet_types/165de338-6327-4df8-8678-e02285d79016/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "165de338-6327-4df8-8678-e02285d79016",
    "match": "https://api-prod.gambitprofit.com/api/matches/5634dd4c-e77c-48fd-9ebf-417b025fa36b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-27T08:57:17.030059-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": "Oklahoma City Thunder",
                "amount": 5000.0
            },
            {
                "team": "Cleveland Cavaliers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "71e16a75-5658-43b0-a82e-6f5c2ce6f3bb",
            "gambit_id": "c28b153a-d2d6-4b64-82af-259cd6f6adc2",
            "last_updated": "2023-01-28T19:22:10.229124-05:00",
            "created_at": "2023-01-27T08:57:17.031550-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/165de338-6327-4df8-8678-e02285d79016/?format=api"
        },
        {
            "id": "9bb22641-589f-49bd-bb47-4c6f3bb1088e",
            "gambit_id": "4c6ed019-41d6-4ae0-9c94-a28852677a38",
            "last_updated": "2023-01-28T19:22:10.230299-05:00",
            "created_at": "2023-01-27T08:57:17.033096-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/165de338-6327-4df8-8678-e02285d79016/?format=api"
        }
    ]
}