GET /api/bet_types/3ea0df81-8e45-4411-b720-7ca15503873a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3ea0df81-8e45-4411-b720-7ca15503873a",
    "match": "https://api-prod.gambitprofit.com/api/matches/528147cb-7b30-429c-bc69-91a7da28eea3/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-14T19:52:12.178832-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 Under 123.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 123.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "5eca88e7-df72-4fdb-a134-eeaa0029e65a",
            "gambit_id": "1bb86809-104e-425a-9e09-efa3ba58ed63",
            "last_updated": "2023-03-18T11:47:25.761672-04:00",
            "created_at": "2023-03-14T19:52:12.180693-04:00",
            "name": "Game Total Under 123.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "123.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3ea0df81-8e45-4411-b720-7ca15503873a/?format=api"
        },
        {
            "id": "40ca0134-c691-4909-a1c4-4d4c373ef4f3",
            "gambit_id": "71a7de0b-48fb-4611-af62-7cb48bf55ad5",
            "last_updated": "2023-03-18T11:47:25.763479-04:00",
            "created_at": "2023-03-14T19:52:12.182499-04:00",
            "name": "Game Total Over 123.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "123.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3ea0df81-8e45-4411-b720-7ca15503873a/?format=api"
        }
    ]
}