GET /api/bet_types/27fc9e80-0d0b-4b2f-9674-4d5f634227f1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "27fc9e80-0d0b-4b2f-9674-4d5f634227f1",
    "match": "https://api-prod.gambitprofit.com/api/matches/c89e419c-9711-4c2f-8da5-cbc1aba5f0bd/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-05T10:57:14.324345-04: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 8",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "d83f5cc6-c242-444d-906d-e43497d7f233",
            "gambit_id": "ac321405-adfa-41e0-97e1-a391393fd024",
            "last_updated": "2023-06-06T16:02:19.789765-04:00",
            "created_at": "2023-06-05T10:57:14.326496-04:00",
            "name": "Game Total Over 8",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/27fc9e80-0d0b-4b2f-9674-4d5f634227f1/?format=api"
        },
        {
            "id": "3acf0473-018f-414a-8799-ff5ab8bcaa73",
            "gambit_id": "23aca4d6-6387-45f1-91c4-5cab0357c3cc",
            "last_updated": "2023-06-06T16:02:19.792788-04:00",
            "created_at": "2023-06-05T10:57:14.328845-04:00",
            "name": "Game Total Under 8",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/27fc9e80-0d0b-4b2f-9674-4d5f634227f1/?format=api"
        }
    ]
}