GET /api/bet_types/62105bcb-c7cd-4c71-b95f-1f03a0d71057/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "62105bcb-c7cd-4c71-b95f-1f03a0d71057",
    "match": "https://api-prod.gambitprofit.com/api/matches/a2098a9e-17a1-4efc-8ad0-2e7d073d2f42/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-02T10:27:01.826627-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": "Los Angeles Clippers",
                "amount": 5000.0
            },
            {
                "team": "Miami Heat",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "70b99aa2-79ad-4921-8881-76c67895a4a9",
            "gambit_id": "a5ae3d90-39f0-4251-8b3f-64e4670297d3",
            "last_updated": "2023-01-03T10:07:06.994558-05:00",
            "created_at": "2023-01-02T10:27:01.827883-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/62105bcb-c7cd-4c71-b95f-1f03a0d71057/?format=api"
        },
        {
            "id": "468f7e2c-9222-4862-9d8d-a56f0cd08b04",
            "gambit_id": "d4639171-0a48-4364-a671-47121d22fa77",
            "last_updated": "2023-01-03T10:07:06.995642-05:00",
            "created_at": "2023-01-02T10:27:01.829214-05:00",
            "name": "Miami Heat",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/62105bcb-c7cd-4c71-b95f-1f03a0d71057/?format=api"
        }
    ]
}