GET /api/bet_types/e571f99a-c21d-47c6-a771-0e1519cfd8da/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e571f99a-c21d-47c6-a771-0e1519cfd8da",
    "match": "https://api-prod.gambitprofit.com/api/matches/f67e6057-0bcf-4aee-b695-a7ff2e596231/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-06T22:48:25.682982-04: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": "Tennessee Titans",
                "amount": 5213.0
            },
            {
                "team": "New Orleans Saints",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "c39f7fdf-7835-46c3-ac02-edc5ad636326",
            "gambit_id": "8e7f400c-3721-4d94-bc19-144cf7a46441",
            "last_updated": "2023-09-11T11:17:54.504299-04:00",
            "created_at": "2023-09-06T22:48:25.686870-04:00",
            "name": "Tennessee Titans",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e571f99a-c21d-47c6-a771-0e1519cfd8da/?format=api"
        },
        {
            "id": "bd2f4c61-c800-42ba-821c-11cc073d0f91",
            "gambit_id": "fd0b5ca1-7cd9-4c7e-94ec-961be34f1278",
            "last_updated": "2023-09-11T11:17:54.509470-04:00",
            "created_at": "2023-09-06T22:48:25.691076-04:00",
            "name": "New Orleans Saints",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e571f99a-c21d-47c6-a771-0e1519cfd8da/?format=api"
        }
    ]
}