GET /api/bet_types/5b75c6b9-8b3f-4200-8f6e-a0025a50b7e7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5b75c6b9-8b3f-4200-8f6e-a0025a50b7e7",
    "match": "https://api-prod.gambitprofit.com/api/matches/d810fa36-4bd5-4d43-ba88-f342150c14c5/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-26T10:56:57.083862-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 6.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "68f07194-bcb5-4782-99a1-88d14bdbccda",
            "gambit_id": "545539d4-29a0-41fc-8922-861ab3a3dddc",
            "last_updated": "2023-01-27T10:02:17.523810-05:00",
            "created_at": "2023-01-26T10:56:57.087470-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b75c6b9-8b3f-4200-8f6e-a0025a50b7e7/?format=api"
        },
        {
            "id": "86db48e7-7f2d-4d95-9d88-233b35bc0802",
            "gambit_id": "a2054ae7-18ef-4bf3-94fc-0727017d678b",
            "last_updated": "2023-01-27T10:02:17.522579-05:00",
            "created_at": "2023-01-26T10:56:57.085720-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b75c6b9-8b3f-4200-8f6e-a0025a50b7e7/?format=api"
        }
    ]
}