GET /api/bet_types/3128a91d-d33c-4975-b32e-6b9ab8575921/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3128a91d-d33c-4975-b32e-6b9ab8575921",
    "match": "https://api-prod.gambitprofit.com/api/matches/d98fdc2f-0c93-4f36-858a-820fd65fb2b5/?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": "Notre Dame",
                "amount": 5000.0
            },
            {
                "team": "UNLV",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "eceee74a-2439-4ab7-91e1-bc986b39d5fc",
            "gambit_id": "e2a0df28-57e9-47ff-9993-b93c160357a3",
            "last_updated": "2022-10-23T12:52:39.354555-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Notre Dame",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-26.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3128a91d-d33c-4975-b32e-6b9ab8575921/?format=api"
        },
        {
            "id": "9404869f-4a68-4e3f-8681-257e26185b62",
            "gambit_id": "f299c517-23a3-489c-ab97-49c6358bdad3",
            "last_updated": "2022-10-23T12:52:39.353304-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UNLV",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "26.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3128a91d-d33c-4975-b32e-6b9ab8575921/?format=api"
        }
    ]
}