GET /api/bet_types/d9599d25-c666-439a-b4fe-0a547d33f4a9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d9599d25-c666-439a-b4fe-0a547d33f4a9",
    "match": "https://api-prod.gambitprofit.com/api/matches/b03df2e1-4afe-4905-842f-d85b8a7bb75e/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-30T10:28:00.390215-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 6.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "2412ac8f-a1f1-486f-b390-2feead0e4d28",
            "gambit_id": "36355715-6091-42cc-9aca-60842c5c81b1",
            "last_updated": "2023-12-01T19:23:13.319151-05:00",
            "created_at": "2023-11-30T10:28:00.399262-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d9599d25-c666-439a-b4fe-0a547d33f4a9/?format=api"
        },
        {
            "id": "2f4da768-a05b-4aa8-86f1-403a4ac9d442",
            "gambit_id": "cc14666f-d10c-407f-b7f1-359206cb7e46",
            "last_updated": "2023-12-01T19:23:13.315794-05:00",
            "created_at": "2023-11-30T10:28:00.395013-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d9599d25-c666-439a-b4fe-0a547d33f4a9/?format=api"
        }
    ]
}