GET /api/bet_types/267e8264-dfcd-4449-a0fa-7f456e5f1f2b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "267e8264-dfcd-4449-a0fa-7f456e5f1f2b",
    "match": "https://api-prod.gambitprofit.com/api/matches/75c5e8f3-34a7-4936-b808-a596f91e29a9/?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": "Stanford",
                "amount": 5000.0
            },
            {
                "team": "Arizona State",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "7a9efd97-f8d5-40ec-a178-462a4878740d",
            "gambit_id": "4d20c357-9132-4008-a1d7-f2c977f0959f",
            "last_updated": "2022-10-23T19:47:03.889246-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Stanford",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/267e8264-dfcd-4449-a0fa-7f456e5f1f2b/?format=api"
        },
        {
            "id": "2b367ec7-6876-4815-8102-2fb22f04718e",
            "gambit_id": "84e9de3d-bd7f-4e74-9c79-ce9694f59a71",
            "last_updated": "2022-10-23T19:47:03.890342-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arizona State",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/267e8264-dfcd-4449-a0fa-7f456e5f1f2b/?format=api"
        }
    ]
}