GET /api/bet_types/a7aff4a0-7928-49d5-a7cb-ba054f216bdf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a7aff4a0-7928-49d5-a7cb-ba054f216bdf",
    "match": "https://api-prod.gambitprofit.com/api/matches/e8f03aee-974d-41f9-85c3-bbefcb37335b/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-16T09:28:08.379009-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": 5214.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4786.0
            }
        ],
        "expected_reward_tokens": 9332.7,
        "profit_sb": -167.3,
        "profit_sb_percentage": -1.76,
        "recommended": false
    },
    "lines": [
        {
            "id": "df14fcdc-3a74-4ce2-962a-0b9d1c97fb3a",
            "gambit_id": "ef04b1a2-8a65-4e71-979b-a9d88211abd7",
            "last_updated": "2023-11-17T23:33:06.684334-05:00",
            "created_at": "2023-11-16T09:28:08.383808-05:00",
            "name": "Game Total Over 6",
            "reward": "1.79000",
            "odds": "1.83330",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a7aff4a0-7928-49d5-a7cb-ba054f216bdf/?format=api"
        },
        {
            "id": "d062e1c8-2fec-49cb-8b48-7f346e6bc448",
            "gambit_id": "ac4f3472-c3b9-42b8-b482-41c991dbc75d",
            "last_updated": "2023-11-17T23:33:06.687572-05:00",
            "created_at": "2023-11-16T09:28:08.388132-05:00",
            "name": "Game Total Under 6",
            "reward": "1.95000",
            "odds": "2.00000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a7aff4a0-7928-49d5-a7cb-ba054f216bdf/?format=api"
        }
    ]
}