GET /api/bet_types/fc3f208a-a3bf-49dd-8832-d205fce47f30/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fc3f208a-a3bf-49dd-8832-d205fce47f30",
    "match": "https://api-prod.gambitprofit.com/api/matches/708b3c95-4c7e-49d7-b1d7-77613e58a4cb/?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": "TCU",
                "amount": 5097.0
            },
            {
                "team": "SMU",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 9021.52,
        "profit_sb": 21.52,
        "profit_sb_percentage": 0.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "cf32b2fd-2e12-4c2f-96a9-0a6d0598c772",
            "gambit_id": "6588569c-9f67-4117-b8c2-3989d06b2b1d",
            "last_updated": "2022-09-25T11:17:05.307020-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TCU",
            "reward": "1.77000",
            "odds": "1.86960",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fc3f208a-a3bf-49dd-8832-d205fce47f30/?format=api"
        },
        {
            "id": "570d9de8-2ad5-4422-b5b1-f6c2d6b656ea",
            "gambit_id": "b18e9d7c-552b-4f5a-bea0-75bf33b7f9d0",
            "last_updated": "2022-09-25T11:17:05.308050-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SMU",
            "reward": "1.84000",
            "odds": "1.95240",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fc3f208a-a3bf-49dd-8832-d205fce47f30/?format=api"
        }
    ]
}