GET /api/bet_types/314c7439-8aa4-4a95-a034-ff98b0a1114d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "314c7439-8aa4-4a95-a034-ff98b0a1114d",
    "match": "https://api-prod.gambitprofit.com/api/matches/c988139e-bdb4-4ea9-a444-2efc47dd9c40/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-01T09:21:58.533514-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 7",
                "amount": 5316.0
            },
            {
                "team": "Game Total Over 7",
                "amount": 4684.0
            }
        ],
        "expected_reward_tokens": 9461.68,
        "profit_sb": -38.32,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "92984b95-c750-4c5b-9402-fa51f7791795",
            "gambit_id": "03ebffd7-4210-45b2-8d93-a44da9728659",
            "last_updated": "2023-03-02T07:26:57.259510-05:00",
            "created_at": "2023-03-01T09:21:58.534760-05:00",
            "name": "Game Total Under 7",
            "reward": "1.78000",
            "odds": "1.80000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/314c7439-8aa4-4a95-a034-ff98b0a1114d/?format=api"
        },
        {
            "id": "368eb994-7700-48bc-a9d1-83911f519166",
            "gambit_id": "3bca12fb-19e9-4aed-8a1e-2e63b1bb6758",
            "last_updated": "2023-03-02T07:26:57.260766-05:00",
            "created_at": "2023-03-01T09:21:58.536057-05:00",
            "name": "Game Total Over 7",
            "reward": "2.02000",
            "odds": "2.05000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/314c7439-8aa4-4a95-a034-ff98b0a1114d/?format=api"
        }
    ]
}