GET /api/bet_types/daa12c30-61cf-4961-84d2-8c640f4c23cf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "daa12c30-61cf-4961-84d2-8c640f4c23cf",
    "match": "https://api-prod.gambitprofit.com/api/matches/ad8f314c-34b4-47c5-9e08-eae714113fb3/?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": "Air Force",
                "amount": 5106.0
            },
            {
                "team": "UNLV",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "ed78b70f-7c14-42da-9464-fb2ac3cb95ad",
            "gambit_id": "fd61f1a2-416f-478f-9879-088316213307",
            "last_updated": "2022-10-17T10:01:53.258394-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Air Force",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": "-10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/daa12c30-61cf-4961-84d2-8c640f4c23cf/?format=api"
        },
        {
            "id": "23843ed7-572d-45e0-9825-543e9624f951",
            "gambit_id": "572777dd-47b5-4f8b-95d5-ce4175d1920a",
            "last_updated": "2022-10-17T10:01:53.257357-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UNLV",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/daa12c30-61cf-4961-84d2-8c640f4c23cf/?format=api"
        }
    ]
}