GET /api/bet_types/03e4aa2d-36a0-46af-bab8-90f147101f5a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "03e4aa2d-36a0-46af-bab8-90f147101f5a",
    "match": "https://api-prod.gambitprofit.com/api/matches/68f15079-e4f8-4f5a-9503-1f256437f830/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-23T14:32:08.617780-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": "San Antonio Brahmas",
                "amount": 5000.0
            },
            {
                "team": "Orlando Guardians",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "1160fd97-3ffc-403f-8068-e33f1bbee844",
            "gambit_id": "8a2e0786-daf0-4dfe-a38d-c3997287da7d",
            "last_updated": "2023-02-28T12:37:04.999403-05:00",
            "created_at": "2023-02-23T14:32:08.620242-05:00",
            "name": "San Antonio Brahmas",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/03e4aa2d-36a0-46af-bab8-90f147101f5a/?format=api"
        },
        {
            "id": "68b311e9-dc50-4893-8cd0-87ab710d5c31",
            "gambit_id": "847b5db4-a43e-43c0-b16c-cb1e58184812",
            "last_updated": "2023-02-28T12:37:04.998258-05:00",
            "created_at": "2023-02-23T14:32:08.618962-05:00",
            "name": "Orlando Guardians",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/03e4aa2d-36a0-46af-bab8-90f147101f5a/?format=api"
        }
    ]
}