GET /api/bet_types/9ee2654b-e9c9-45a1-a31a-21832fd39f95/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9ee2654b-e9c9-45a1-a31a-21832fd39f95",
    "match": "https://api-prod.gambitprofit.com/api/matches/8be010cb-cde4-4f97-812c-0294ca3b2687/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-15T08:58:24.005294-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": "LAA",
                "amount": 5213.0
            },
            {
                "team": "TEX",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "b8189d63-2352-4b84-9263-751115adf3fc",
            "gambit_id": "abba1b5e-c27e-4ddf-9dae-2abb230e58cb",
            "last_updated": "2023-08-17T13:18:09.997884-04:00",
            "created_at": "2023-08-15T08:58:24.014829-04:00",
            "name": "LAA",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9ee2654b-e9c9-45a1-a31a-21832fd39f95/?format=api"
        },
        {
            "id": "110bc39f-ca88-479c-a251-852d3db73b76",
            "gambit_id": "7c7c77a8-997f-4095-a6b8-839e69999cfc",
            "last_updated": "2023-08-17T13:18:10.002217-04:00",
            "created_at": "2023-08-15T08:58:24.023148-04:00",
            "name": "TEX",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9ee2654b-e9c9-45a1-a31a-21832fd39f95/?format=api"
        }
    ]
}