GET /api/bet_types/ee863d25-2e0e-40ff-80cc-9382f0e64014/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ee863d25-2e0e-40ff-80cc-9382f0e64014",
    "match": "https://api-prod.gambitprofit.com/api/matches/b8c9bef3-7b87-403a-8073-add9bafff6f6/?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": "Michigan",
                "amount": 5000.0
            },
            {
                "team": "Purdue",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "4ef24af6-dc13-4f45-93a5-e2bfcbaa3dc8",
            "gambit_id": "aca67737-8d1c-484c-9324-bf8321724d6e",
            "last_updated": "2022-12-05T11:02:07.738557-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Michigan",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-15.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ee863d25-2e0e-40ff-80cc-9382f0e64014/?format=api"
        },
        {
            "id": "b3805d58-0859-4024-9643-726ad4e85dbd",
            "gambit_id": "48028296-ccf2-4ec7-8b18-fcb058d9b019",
            "last_updated": "2022-12-05T11:02:07.739526-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Purdue",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "15.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ee863d25-2e0e-40ff-80cc-9382f0e64014/?format=api"
        }
    ]
}