GET /api/bet_types/c3395e36-51ea-465f-a3ae-db2c603eb2a5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c3395e36-51ea-465f-a3ae-db2c603eb2a5",
    "match": "https://api-prod.gambitprofit.com/api/matches/a16859f4-13a2-40f6-bfa3-a8f25b0b1c78/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 228.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 228.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "b0253c36-c4b9-4429-b647-d4fe78527acf",
            "gambit_id": "2e05795c-d62f-406b-8e9c-e0c5a8f77407",
            "last_updated": "2022-11-06T16:28:00.926221-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 228.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "228.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c3395e36-51ea-465f-a3ae-db2c603eb2a5/?format=api"
        },
        {
            "id": "30e63387-34aa-4043-a4ff-97fd6c34301f",
            "gambit_id": "cd981035-793c-44f4-a56a-587b72a82390",
            "last_updated": "2022-11-06T16:28:00.925201-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 228.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "228.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c3395e36-51ea-465f-a3ae-db2c603eb2a5/?format=api"
        }
    ]
}