GET /api/bet_types/d7ebc8ca-246e-45ad-884c-3369ea789f67/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d7ebc8ca-246e-45ad-884c-3369ea789f67",
    "match": "https://api-prod.gambitprofit.com/api/matches/95edf05a-e5bc-4079-8a9a-e1e010c896b0/?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": "TEX",
                "amount": 5399.0
            },
            {
                "team": "TAM",
                "amount": 4601.0
            }
        ],
        "expected_reward_tokens": 9016.33,
        "profit_sb": 16.33,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "a6bc3f7c-9e76-43d9-bdcf-2f5d6bdbb14d",
            "gambit_id": "04940239-9076-4ef2-8b7f-faad8a8a0595",
            "last_updated": "2022-09-19T11:57:16.677138-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TEX",
            "reward": "1.67000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d7ebc8ca-246e-45ad-884c-3369ea789f67/?format=api"
        },
        {
            "id": "661abf05-93c3-41bc-baec-1143cdd07adc",
            "gambit_id": "47188e78-fd25-4e26-a7e0-bd5ec3655ad6",
            "last_updated": "2022-09-19T11:57:16.676154-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TAM",
            "reward": "1.96000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d7ebc8ca-246e-45ad-884c-3369ea789f67/?format=api"
        }
    ]
}