GET /api/bet_types/c81e9a0e-76f2-488e-8a22-e33d89b24c88/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c81e9a0e-76f2-488e-8a22-e33d89b24c88",
    "match": "https://api-prod.gambitprofit.com/api/matches/647830b8-400d-44cf-8e20-fce1fc0b87ca/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-01T01:03:10.658677-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": "NYY",
                "amount": 5512.0
            },
            {
                "team": "HOU",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "40750af4-e9ff-4105-a2a3-740dd202f022",
            "gambit_id": "4364efbf-7cd7-4bf5-a07d-22a4b4a8f90b",
            "last_updated": "2023-09-02T12:13:24.123740-04:00",
            "created_at": "2023-09-01T01:03:10.666424-04:00",
            "name": "NYY",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c81e9a0e-76f2-488e-8a22-e33d89b24c88/?format=api"
        },
        {
            "id": "db371851-587e-467e-b827-ee8f5711bbe8",
            "gambit_id": "39a19373-284c-413b-8641-4e37f7d8ca06",
            "last_updated": "2023-09-02T12:13:24.127053-04:00",
            "created_at": "2023-09-01T01:03:10.674544-04:00",
            "name": "HOU",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c81e9a0e-76f2-488e-8a22-e33d89b24c88/?format=api"
        }
    ]
}