GET /api/bet_types/ae40ce51-1038-4fc5-b71c-cca99c71ab7a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ae40ce51-1038-4fc5-b71c-cca99c71ab7a",
    "match": "https://api-prod.gambitprofit.com/api/matches/c616a9d1-9e43-42e4-aaa2-469ea33da26d/?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": "PHI",
                "amount": 6563.0
            },
            {
                "team": "SDG",
                "amount": 3437.0
            }
        ],
        "expected_reward_tokens": 9450.72,
        "profit_sb": -49.28,
        "profit_sb_percentage": -0.52,
        "recommended": false
    },
    "lines": [
        {
            "id": "3714ab1b-3565-4baf-86d0-478c140d529d",
            "gambit_id": "52b02811-52d0-4318-931e-64c2b6be6abe",
            "last_updated": "2022-10-20T09:17:06.759459-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PHI",
            "reward": "1.44000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ae40ce51-1038-4fc5-b71c-cca99c71ab7a/?format=api"
        },
        {
            "id": "94511952-224b-4c55-9227-1a7d276f32d5",
            "gambit_id": "f574beb3-7a05-4d13-9d64-5c3d7719a098",
            "last_updated": "2022-10-20T09:17:06.758437-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SDG",
            "reward": "2.75000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ae40ce51-1038-4fc5-b71c-cca99c71ab7a/?format=api"
        }
    ]
}