GET /api/bet_types/ae20da43-1399-4440-9f9d-46e0014ceba3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ae20da43-1399-4440-9f9d-46e0014ceba3",
    "match": "https://api-prod.gambitprofit.com/api/matches/52f34744-eded-45d2-b319-c2199e4ac321/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-21T22:06:56.245805-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 38.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 38.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "563c1f89-e097-4034-b04f-68db469f5acd",
            "gambit_id": "6825d221-5546-42ca-8e9d-c823bd874f79",
            "last_updated": "2023-04-24T18:52:08.066692-04:00",
            "created_at": "2023-04-21T22:06:56.250212-04:00",
            "name": "Game Total Over 38.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "38.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ae20da43-1399-4440-9f9d-46e0014ceba3/?format=api"
        },
        {
            "id": "ac24ef3b-3c59-4baa-9cac-28754ca0d08e",
            "gambit_id": "610d54b2-80e7-4d23-8944-7474edf82edd",
            "last_updated": "2023-04-24T18:52:08.064404-04:00",
            "created_at": "2023-04-21T22:06:56.248043-04:00",
            "name": "Game Total Under 38.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "38.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ae20da43-1399-4440-9f9d-46e0014ceba3/?format=api"
        }
    ]
}