GET /api/bet_types/4635db8a-f5a8-48e2-af6a-4ecd2703a58a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4635db8a-f5a8-48e2-af6a-4ecd2703a58a",
    "match": "https://api-prod.gambitprofit.com/api/matches/e439ce8a-867a-49ef-82d6-98936abebd04/?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": 6150.0
            },
            {
                "team": "LAA",
                "amount": 3850.0
            }
        ],
        "expected_reward_tokens": 9471.0,
        "profit_sb": -29.0,
        "profit_sb_percentage": -0.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "31c9ee21-1230-48e9-922f-de9fed3b1852",
            "gambit_id": "1536e2e1-0575-4a8c-b2fe-9e95148d4bbd",
            "last_updated": "2022-10-02T15:17:30.971980-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TEX",
            "reward": "1.54000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4635db8a-f5a8-48e2-af6a-4ecd2703a58a/?format=api"
        },
        {
            "id": "95e706f0-4fb8-4fd9-a382-2c4b500a46fb",
            "gambit_id": "d40c3c41-e7af-4b4a-b45b-64dedc28a750",
            "last_updated": "2022-10-02T15:17:30.970961-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LAA",
            "reward": "2.46000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4635db8a-f5a8-48e2-af6a-4ecd2703a58a/?format=api"
        }
    ]
}