GET /api/bet_types/8502e003-f61e-4fd2-ae42-ac7a54da2b6c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8502e003-f61e-4fd2-ae42-ac7a54da2b6c",
    "match": "https://api-prod.gambitprofit.com/api/matches/d69dead7-ad6a-47be-b340-1c62ce17353f/?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": "West Virginia",
                "amount": 5000.0
            },
            {
                "team": "TCU",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "22825c7a-e682-4b43-b7ae-07481c177a23",
            "gambit_id": "a9de4620-e255-4a9d-8525-2b9ce71d940b",
            "last_updated": "2022-10-31T10:56:54.958706-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "West Virginia",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8502e003-f61e-4fd2-ae42-ac7a54da2b6c/?format=api"
        },
        {
            "id": "5e2b6ff2-c847-4612-941c-baf7e9a6616e",
            "gambit_id": "0b415705-e6c4-48f0-be5c-f26182c9e61e",
            "last_updated": "2022-10-31T10:56:54.959812-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TCU",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8502e003-f61e-4fd2-ae42-ac7a54da2b6c/?format=api"
        }
    ]
}