GET /api/bet_types/8c80004d-590d-4011-9b67-583995568b00/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8c80004d-590d-4011-9b67-583995568b00",
    "match": "https://api-prod.gambitprofit.com/api/matches/43d1aba5-91a9-45a7-bcf8-e9086d733402/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-19T09:22:07.018865-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": "Arizona Coyotes",
                "amount": 5619.0
            },
            {
                "team": "Washington Capitals",
                "amount": 4381.0
            }
        ],
        "expected_reward_tokens": 9550.58,
        "profit_sb": 50.58,
        "profit_sb_percentage": 0.53,
        "recommended": true
    },
    "lines": [
        {
            "id": "b77fc747-da6e-44fb-97b6-cb64b19c5358",
            "gambit_id": "63783549-d713-445d-b284-145c12023b26",
            "last_updated": "2023-01-20T10:01:55.593854-05:00",
            "created_at": "2023-01-19T09:22:07.020058-05:00",
            "name": "Arizona Coyotes",
            "reward": "1.70000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c80004d-590d-4011-9b67-583995568b00/?format=api"
        },
        {
            "id": "7d915479-94e5-4a8a-9718-95c8358a27a1",
            "gambit_id": "e5211d1b-78a5-4cb9-b4ae-9a989a907375",
            "last_updated": "2023-01-20T10:01:55.595269-05:00",
            "created_at": "2023-01-19T09:22:07.021476-05:00",
            "name": "Washington Capitals",
            "reward": "2.18000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c80004d-590d-4011-9b67-583995568b00/?format=api"
        }
    ]
}