GET /api/bet_types/a2267856-fab8-4b48-94e5-2b6717c17c90/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a2267856-fab8-4b48-94e5-2b6717c17c90",
    "match": "https://api-prod.gambitprofit.com/api/matches/56de0454-6fc6-4963-a5ed-9c7ae5855bc9/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-27T08:13:18.825532-04: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": "MIL",
                "amount": 6010.0
            },
            {
                "team": "SDG",
                "amount": 3990.0
            }
        ],
        "expected_reward_tokens": 9495.8,
        "profit_sb": -4.2,
        "profit_sb_percentage": -0.04,
        "recommended": false
    },
    "lines": [
        {
            "id": "3db86c65-10d8-4e7f-86e5-11dfc137bdf6",
            "gambit_id": "28297277-bd8d-4350-b43f-14211f4c8bcf",
            "last_updated": "2023-08-29T09:08:32.070868-04:00",
            "created_at": "2023-08-27T08:13:18.833748-04:00",
            "name": "MIL",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a2267856-fab8-4b48-94e5-2b6717c17c90/?format=api"
        },
        {
            "id": "03e00d2a-464c-4652-a9f9-066ca48a16c5",
            "gambit_id": "f957f4e1-f071-4f72-82df-30fcd6f3fd08",
            "last_updated": "2023-08-29T09:08:32.059659-04:00",
            "created_at": "2023-08-27T08:13:18.830075-04:00",
            "name": "SDG",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a2267856-fab8-4b48-94e5-2b6717c17c90/?format=api"
        }
    ]
}