GET /api/bet_types/bc2a659d-f93a-44b2-95f0-1f2ae2a0ecf8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bc2a659d-f93a-44b2-95f0-1f2ae2a0ecf8",
    "match": "https://api-prod.gambitprofit.com/api/matches/dbd5f517-4e10-4f9b-b892-331023b32fc3/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-24T12:57:59.359599-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": "Game Total Over 37.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 37.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "226892f1-14dd-4a84-be5b-b7425ff92d64",
            "gambit_id": "65b42d25-aed1-4aef-9cee-99b1ea80907f",
            "last_updated": "2023-08-29T09:27:56.931543-04:00",
            "created_at": "2023-08-24T12:57:59.363201-04:00",
            "name": "Game Total Over 37.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "37.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bc2a659d-f93a-44b2-95f0-1f2ae2a0ecf8/?format=api"
        },
        {
            "id": "36401bab-2b34-4c1d-bef9-e3c2985bf3e0",
            "gambit_id": "1940a250-2ad1-497c-a525-210a7d10b1a6",
            "last_updated": "2023-08-29T09:27:56.935928-04:00",
            "created_at": "2023-08-24T12:57:59.367130-04:00",
            "name": "Game Total Under 37.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "37.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bc2a659d-f93a-44b2-95f0-1f2ae2a0ecf8/?format=api"
        }
    ]
}