GET /api/bet_types/1a800f70-1824-4b19-b0f8-86b99462a819/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1a800f70-1824-4b19-b0f8-86b99462a819",
    "match": "https://api-prod.gambitprofit.com/api/matches/2d7db780-ad71-4a05-9f06-687317c6cc8b/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-15T08:32:02.802770-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",
                "amount": 5292.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4708.0
            }
        ],
        "expected_reward_tokens": 8943.48,
        "profit_sb": -56.52,
        "profit_sb_percentage": -0.63,
        "recommended": false
    },
    "lines": [
        {
            "id": "3cc999ab-22f3-4263-8344-61e7abde1d81",
            "gambit_id": "a2442dfc-80f0-4307-9aed-89f9d060a76e",
            "last_updated": "2023-01-16T19:27:15.914563-05:00",
            "created_at": "2023-01-15T08:32:02.807078-05:00",
            "name": "Game Total Over 6",
            "reward": "1.69000",
            "odds": "1.80000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1a800f70-1824-4b19-b0f8-86b99462a819/?format=api"
        },
        {
            "id": "3d66ef1e-e453-441b-96c3-4e1375eadb98",
            "gambit_id": "62e01052-3eec-47be-8068-bb11c04288d2",
            "last_updated": "2023-01-16T19:27:15.911545-05:00",
            "created_at": "2023-01-15T08:32:02.804874-05:00",
            "name": "Game Total Under 6",
            "reward": "1.90000",
            "odds": "2.05000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1a800f70-1824-4b19-b0f8-86b99462a819/?format=api"
        }
    ]
}