GET /api/bet_types/6c9505d5-3270-4aab-b036-a3e4b85dfd65/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6c9505d5-3270-4aab-b036-a3e4b85dfd65",
    "match": "https://api-prod.gambitprofit.com/api/matches/e6a4df4d-95eb-4084-abec-d3f5cc8675c6/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-20T07:23:19.253860-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 Over 229",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 229",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "e1413a84-00b2-4cc2-8827-196313962422",
            "gambit_id": "10c50a38-5d94-4049-9f5f-edb23f21868a",
            "last_updated": "2024-01-23T18:28:35.691862-05:00",
            "created_at": "2024-01-20T07:23:19.257909-05:00",
            "name": "Game Total Over 229",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "229.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c9505d5-3270-4aab-b036-a3e4b85dfd65/?format=api"
        },
        {
            "id": "4625f1cf-3369-462d-8e53-f0ba1cf23836",
            "gambit_id": "b0f78347-91dd-484b-bddf-2e50d7884ac7",
            "last_updated": "2024-01-23T18:28:35.695261-05:00",
            "created_at": "2024-01-20T07:23:19.261837-05:00",
            "name": "Game Total Under 229",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "229.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c9505d5-3270-4aab-b036-a3e4b85dfd65/?format=api"
        }
    ]
}