GET /api/bet_types/f9e38e88-b637-45f5-a1ce-e51a2e774e1d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f9e38e88-b637-45f5-a1ce-e51a2e774e1d",
    "match": "https://api-prod.gambitprofit.com/api/matches/f4f43a3d-575a-42a6-b20c-b37c4710ba99/?format=api",
    "name": "Play the Odds",
    "created_at": "2022-12-27T08:57:14.794198-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": "Washington Capitals",
                "amount": 6253.0
            },
            {
                "team": "New York Rangers",
                "amount": 3747.0
            }
        ],
        "expected_reward_tokens": 9066.85,
        "profit_sb": 66.85,
        "profit_sb_percentage": 0.74,
        "recommended": true
    },
    "lines": [
        {
            "id": "582d0d85-604a-4538-be51-c03669b30e23",
            "gambit_id": "34ae9179-f57e-433f-bd20-6d7055aa57fb",
            "last_updated": "2022-12-28T21:52:16.297877-05:00",
            "created_at": "2022-12-27T08:57:14.796652-05:00",
            "name": "Washington Capitals",
            "reward": "1.45000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f9e38e88-b637-45f5-a1ce-e51a2e774e1d/?format=api"
        },
        {
            "id": "0b4c54e4-ad22-4713-85dd-78e40dd81a70",
            "gambit_id": "53cce6d7-4de9-40f2-901a-02cf3c8ae2a9",
            "last_updated": "2022-12-28T21:52:16.298934-05:00",
            "created_at": "2022-12-27T08:57:14.795390-05:00",
            "name": "New York Rangers",
            "reward": "2.42000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f9e38e88-b637-45f5-a1ce-e51a2e774e1d/?format=api"
        }
    ]
}