GET /api/bet_types/e26860f3-492c-4588-9242-64713fce4b9c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e26860f3-492c-4588-9242-64713fce4b9c",
    "match": "https://api-prod.gambitprofit.com/api/matches/4de11309-777f-4102-a414-5e025d40263e/?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": "LAA",
                "amount": 5492.0
            },
            {
                "team": "TEX",
                "amount": 4508.0
            }
        ],
        "expected_reward_tokens": 9061.08,
        "profit_sb": 61.08,
        "profit_sb_percentage": 0.68,
        "recommended": true
    },
    "lines": [
        {
            "id": "c102b0a1-c2c1-42fc-a18c-22de60c9a968",
            "gambit_id": "99c8e7e5-6b72-41b4-b7ac-caa3109f9588",
            "last_updated": "2022-09-23T10:22:09.197604-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LAA",
            "reward": "1.65000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e26860f3-492c-4588-9242-64713fce4b9c/?format=api"
        },
        {
            "id": "fd079953-7bd1-49af-a431-920142fe8029",
            "gambit_id": "08c310e6-90ae-4439-9cfd-79f8a704c518",
            "last_updated": "2022-09-23T10:22:09.196473-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TEX",
            "reward": "2.01000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e26860f3-492c-4588-9242-64713fce4b9c/?format=api"
        }
    ]
}