GET /api/bet_types/bb0e5baf-a208-4c21-aa10-afcfbe7607ca/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bb0e5baf-a208-4c21-aa10-afcfbe7607ca",
    "match": "https://api-prod.gambitprofit.com/api/matches/f1082966-edea-46a8-acf6-73ca9f18092b/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-25T09:46:53.084214-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 234",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 234",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "aaac999f-02c8-44c1-a3b6-ba47b6319316",
            "gambit_id": "e1b8f964-0fc7-4a4e-9e3b-8e200ea1a002",
            "last_updated": "2023-01-26T10:57:00.793286-05:00",
            "created_at": "2023-01-25T09:46:53.085735-05:00",
            "name": "Game Total Under 234",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "234.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bb0e5baf-a208-4c21-aa10-afcfbe7607ca/?format=api"
        },
        {
            "id": "64821385-4026-4af9-afa5-6e3fa470e57d",
            "gambit_id": "b388ad0f-d242-4db7-afcc-5b98cc4221b1",
            "last_updated": "2023-01-26T10:57:00.794407-05:00",
            "created_at": "2023-01-25T09:46:53.087081-05:00",
            "name": "Game Total Over 234",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "234.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bb0e5baf-a208-4c21-aa10-afcfbe7607ca/?format=api"
        }
    ]
}