GET /api/bet_types/6ff825ec-e28c-4e51-8851-da44aa6168cf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6ff825ec-e28c-4e51-8851-da44aa6168cf",
    "match": "https://api-prod.gambitprofit.com/api/matches/3035766e-4f48-4e89-8a6b-a876099d5f1e/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-12T10:57:59.222854-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": "Arizona Cardinals",
                "amount": 5000.0
            },
            {
                "team": "Los Angeles Rams",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "d5e4c690-817e-44f6-b55d-2b42dc9f4aa9",
            "gambit_id": "b3357e70-a879-4b67-986d-47c649c184b1",
            "last_updated": "2023-10-16T18:23:00.830099-04:00",
            "created_at": "2023-10-12T10:57:59.226954-04:00",
            "name": "Arizona Cardinals",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ff825ec-e28c-4e51-8851-da44aa6168cf/?format=api"
        },
        {
            "id": "378604dd-9b72-4aad-8aab-757917d9c0f5",
            "gambit_id": "5044cb3a-638c-47bc-96ae-f8d7542c509f",
            "last_updated": "2023-10-16T18:23:00.833831-04:00",
            "created_at": "2023-10-12T10:57:59.231118-04:00",
            "name": "Los Angeles Rams",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ff825ec-e28c-4e51-8851-da44aa6168cf/?format=api"
        }
    ]
}