GET /api/bet_types/2dce63b9-ee38-4847-a572-1fd0b1ed4f3e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2dce63b9-ee38-4847-a572-1fd0b1ed4f3e",
    "match": "https://api-prod.gambitprofit.com/api/matches/f8cb2782-48db-44f0-bc05-80afe0b74322/?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": "Northern Illinois",
                "amount": 5000.0
            },
            {
                "team": "Toledo",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "029a4e3e-85ea-4097-a3ea-6f1a9ea773b1",
            "gambit_id": "1969c59a-f610-4ee3-a852-d99d437e34a5",
            "last_updated": "2022-10-11T11:12:31.287826-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Northern Illinois",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2dce63b9-ee38-4847-a572-1fd0b1ed4f3e/?format=api"
        },
        {
            "id": "0ca30dc7-b874-42ff-bccd-6410b6e32c59",
            "gambit_id": "ef71f5cb-af8e-4418-871b-311430d903bb",
            "last_updated": "2022-10-11T11:12:31.288799-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Toledo",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2dce63b9-ee38-4847-a572-1fd0b1ed4f3e/?format=api"
        }
    ]
}