GET /api/bet_types/e1ffdcf9-9993-49ff-be0d-e48eb18625e6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e1ffdcf9-9993-49ff-be0d-e48eb18625e6",
    "match": "https://api-prod.gambitprofit.com/api/matches/b12da709-5a37-487f-bad5-4a937971f16a/?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": "Boise State",
                "amount": 5014.0
            },
            {
                "team": "Oregon State",
                "amount": 4986.0
            }
        ],
        "expected_reward_tokens": 9124.38,
        "profit_sb": 124.38,
        "profit_sb_percentage": 1.38,
        "recommended": true
    },
    "lines": [
        {
            "id": "85c21c0e-b955-4ba5-9388-751e56f661db",
            "gambit_id": "848c712b-775a-4d28-b3a5-c374db111ffc",
            "last_updated": "2022-09-05T09:27:17.458376-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Boise State",
            "reward": "1.82000",
            "odds": "1.90090",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1ffdcf9-9993-49ff-be0d-e48eb18625e6/?format=api"
        },
        {
            "id": "adc326de-2dea-4a0b-b480-ebe1d843ce54",
            "gambit_id": "18902c23-c4aa-41aa-9a6f-a6c55f2c419b",
            "last_updated": "2022-09-05T09:27:17.457380-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Oregon State",
            "reward": "1.83000",
            "odds": "1.91740",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1ffdcf9-9993-49ff-be0d-e48eb18625e6/?format=api"
        }
    ]
}