GET /api/bet_types/0cce935a-01e4-430d-9552-365f70f80af4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0cce935a-01e4-430d-9552-365f70f80af4",
    "match": "https://api-prod.gambitprofit.com/api/matches/c670174d-dd3c-4d81-94b3-0f5d1764c775/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-16T17:37:19.731218-04: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": "Fairleigh Dickinson",
                "amount": 5000.0
            },
            {
                "team": "Purdue",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "f095f5e0-f21a-4409-bfe2-40a292b0433d",
            "gambit_id": "30b68558-b682-4602-99aa-276ab0c12f82",
            "last_updated": "2023-03-18T11:42:11.654027-04:00",
            "created_at": "2023-03-16T17:37:19.734953-04:00",
            "name": "Fairleigh Dickinson",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "23.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0cce935a-01e4-430d-9552-365f70f80af4/?format=api"
        },
        {
            "id": "f18e9afe-8dca-4cfc-8378-034594aa9f4b",
            "gambit_id": "fc4a13af-7c16-4f72-a669-da61ff9b850a",
            "last_updated": "2023-03-18T11:42:11.652647-04:00",
            "created_at": "2023-03-16T17:37:19.733235-04:00",
            "name": "Purdue",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-23.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0cce935a-01e4-430d-9552-365f70f80af4/?format=api"
        }
    ]
}