GET /api/bet_types/b20932c3-9dd0-4e1e-b4ec-44a57f9681ec/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b20932c3-9dd0-4e1e-b4ec-44a57f9681ec",
    "match": "https://api-prod.gambitprofit.com/api/matches/40f14e71-661a-420a-b683-985a240f0a58/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "James Madison",
                "amount": 5000.0
            },
            {
                "team": "Mid Tenn State",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": 150.0,
        "profit_sb_percentage": 1.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "dfded709-1263-4bfd-9b3b-ef706026effa",
            "gambit_id": "04536c40-c513-4682-ad92-34d0eb31eee8",
            "last_updated": "2022-09-05T09:42:19.436228-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "James Madison",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b20932c3-9dd0-4e1e-b4ec-44a57f9681ec/?format=api"
        },
        {
            "id": "6249fe80-4498-4ecd-9da4-a5e95c819188",
            "gambit_id": "e260078a-5616-42e2-94b7-e12d2fa53fb9",
            "last_updated": "2022-09-05T09:42:19.437241-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Mid Tenn State",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b20932c3-9dd0-4e1e-b4ec-44a57f9681ec/?format=api"
        }
    ]
}