GET /api/bet_types/b3ebde23-b06b-4f5d-8a97-652f4f9197d4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b3ebde23-b06b-4f5d-8a97-652f4f9197d4",
    "match": "https://api-prod.gambitprofit.com/api/matches/91b64bfb-04c7-4afd-8a36-e7a52c3900d2/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-24T13:02:10.440357-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": "OAK",
                "amount": 5000.0
            },
            {
                "team": "LAA",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "b9bf40bd-211b-420a-b9a6-d2e25ba30fdc",
            "gambit_id": "b4f35c59-87ce-47dc-831d-cb3fba79b041",
            "last_updated": "2023-04-25T11:42:23.458881-04:00",
            "created_at": "2023-04-24T13:02:10.444955-04:00",
            "name": "OAK",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b3ebde23-b06b-4f5d-8a97-652f4f9197d4/?format=api"
        },
        {
            "id": "ff6d6290-6ee8-4171-a2f8-c4ecbd2d086a",
            "gambit_id": "41178273-5d22-4b5f-bb8b-a5670d6a9a44",
            "last_updated": "2023-04-25T11:42:23.456926-04:00",
            "created_at": "2023-04-24T13:02:10.442469-04:00",
            "name": "LAA",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b3ebde23-b06b-4f5d-8a97-652f4f9197d4/?format=api"
        }
    ]
}