GET /api/bet_types/c69c4b55-2457-490a-a178-745104b149aa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c69c4b55-2457-490a-a178-745104b149aa",
    "match": "https://api-prod.gambitprofit.com/api/matches/46b10b5b-2f86-4ebc-89e4-1d0b3028516d/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 223",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 223",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "241e0eaa-70ed-4c4f-943d-a9ed7674349f",
            "gambit_id": "d5923bec-083d-4bbd-a620-fd05e72c50e3",
            "last_updated": "2022-11-14T11:28:12.872581-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 223",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "223.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c69c4b55-2457-490a-a178-745104b149aa/?format=api"
        },
        {
            "id": "078a0c4e-e7b5-4c6d-8d05-36ec335d1b6c",
            "gambit_id": "c3affc2d-dae6-4775-8745-ff8e3aef4723",
            "last_updated": "2022-11-14T11:28:12.871424-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 223",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "223.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c69c4b55-2457-490a-a178-745104b149aa/?format=api"
        }
    ]
}