GET /api/bet_types/bfc0d698-9260-449c-9a81-15c5dc737d71/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bfc0d698-9260-449c-9a81-15c5dc737d71",
    "match": "https://api-prod.gambitprofit.com/api/matches/5d1ab3f7-5e43-44c5-b4dc-a9f487b15c77/?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": "Texas",
                "amount": 5000.0
            },
            {
                "team": "Oklahoma State",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "674eecb5-e84c-43fa-aeeb-c7e0f81cb102",
            "gambit_id": "77b10a2c-f3c2-4878-930e-fb77c97aa5ba",
            "last_updated": "2022-10-23T15:42:21.852328-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Texas",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bfc0d698-9260-449c-9a81-15c5dc737d71/?format=api"
        },
        {
            "id": "91ed4143-961d-4e5d-bfc7-6bb6285c3d87",
            "gambit_id": "d28153e1-538d-46f7-91a1-19491eb68884",
            "last_updated": "2022-10-23T15:42:21.851355-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Oklahoma State",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bfc0d698-9260-449c-9a81-15c5dc737d71/?format=api"
        }
    ]
}