GET /api/bet_types/6152e636-9ed4-40dc-8226-89dcbbe4537b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6152e636-9ed4-40dc-8226-89dcbbe4537b",
    "match": "https://api-prod.gambitprofit.com/api/matches/9e9dd5d3-a683-4373-82b2-e5e6db75a48e/?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": "CLE",
                "amount": 5899.0
            },
            {
                "team": "TAM",
                "amount": 4101.0
            }
        ],
        "expected_reward_tokens": 9143.45,
        "profit_sb": 143.45,
        "profit_sb_percentage": 1.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "ffb2c170-bb1a-4017-af6b-385645c52748",
            "gambit_id": "983f6f44-9d33-449e-bc07-d5414e3a66bb",
            "last_updated": "2022-09-30T09:47:09.019736-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CLE",
            "reward": "1.55000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6152e636-9ed4-40dc-8226-89dcbbe4537b/?format=api"
        },
        {
            "id": "4ca43a6b-e9d2-471b-938b-05e2b3f950e2",
            "gambit_id": "c007d569-a776-48d3-9fc5-e4a6046560af",
            "last_updated": "2022-09-30T09:47:09.020704-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TAM",
            "reward": "2.23000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6152e636-9ed4-40dc-8226-89dcbbe4537b/?format=api"
        }
    ]
}