GET /api/bet_types/f1d92436-f462-46c6-b5e3-70a4f2187ae3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f1d92436-f462-46c6-b5e3-70a4f2187ae3",
    "match": "https://api-prod.gambitprofit.com/api/matches/093b9e7b-24c0-434c-88bb-ba6a31f16cd5/?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": "COL",
                "amount": 5395.0
            },
            {
                "team": "MIL",
                "amount": 4605.0
            }
        ],
        "expected_reward_tokens": 9117.55,
        "profit_sb": 117.55,
        "profit_sb_percentage": 1.31,
        "recommended": true
    },
    "lines": [
        {
            "id": "405e78c7-4b11-42ea-9a47-f6b07b9df9ef",
            "gambit_id": "8117707c-5d65-4001-abfc-58bf1268c24e",
            "last_updated": "2022-09-08T10:47:27.795374-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "COL",
            "reward": "1.69000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f1d92436-f462-46c6-b5e3-70a4f2187ae3/?format=api"
        },
        {
            "id": "5d9a135a-6b32-4daa-9e74-5cc8c11ddcaa",
            "gambit_id": "715f82b6-ccae-45f7-9ecc-c614aa4b28d3",
            "last_updated": "2022-09-08T10:47:27.796519-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIL",
            "reward": "1.98000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f1d92436-f462-46c6-b5e3-70a4f2187ae3/?format=api"
        }
    ]
}