GET /api/bet_types/3bd3d729-c50f-4853-9809-a81ad4b751b5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3bd3d729-c50f-4853-9809-a81ad4b751b5",
    "match": "https://api-prod.gambitprofit.com/api/matches/f3329e77-944d-4829-bd51-6d1bb3eb4750/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-07T09:41:57.234304-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": "Game Total Under 231",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 231",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "5be4e9d7-b1e3-4df7-807b-ef40ff6a4a0b",
            "gambit_id": "7a35caec-dfd1-4cd4-899f-750a87d3f1f5",
            "last_updated": "2023-03-08T09:31:57.012910-05:00",
            "created_at": "2023-03-07T09:41:57.235643-05:00",
            "name": "Game Total Under 231",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "231.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3bd3d729-c50f-4853-9809-a81ad4b751b5/?format=api"
        },
        {
            "id": "ddc94f4a-159a-46ab-8f7c-a504b9150f05",
            "gambit_id": "83e51275-c2cd-44a4-b62f-062b791c74d7",
            "last_updated": "2023-03-08T09:31:57.014087-05:00",
            "created_at": "2023-03-07T09:41:57.237869-05:00",
            "name": "Game Total Over 231",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "231.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3bd3d729-c50f-4853-9809-a81ad4b751b5/?format=api"
        }
    ]
}