GET /api/bet_types/ad9cfd36-d197-42b8-a1f2-30fa6158f69a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ad9cfd36-d197-42b8-a1f2-30fa6158f69a",
    "match": "https://api-prod.gambitprofit.com/api/matches/5ea23204-de8c-4e70-815b-18bc47efae1a/?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": "UL Lafayette",
                "amount": 5000.0
            },
            {
                "team": "Southern Miss",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "3df466c1-6a9e-4fde-9d1d-f43326bb9ee8",
            "gambit_id": "83dae8a7-5a33-4279-bdf5-ef96eb772a7c",
            "last_updated": "2022-10-28T10:02:06.523691-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UL Lafayette",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad9cfd36-d197-42b8-a1f2-30fa6158f69a/?format=api"
        },
        {
            "id": "a904bd1f-b980-4ff0-a5c5-74b0db7023ee",
            "gambit_id": "84f705fc-08b0-442a-93e2-009bf042a6c1",
            "last_updated": "2022-10-28T10:02:06.522662-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Southern Miss",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad9cfd36-d197-42b8-a1f2-30fa6158f69a/?format=api"
        }
    ]
}