GET /api/bet_types/aad5a477-17de-47c7-8136-5f5f98da4837/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "aad5a477-17de-47c7-8136-5f5f98da4837",
    "match": "https://api-prod.gambitprofit.com/api/matches/dbcd994c-ef6b-4659-9203-0ffe6ea8d8cf/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-20T08:33:11.490533-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 9",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 9",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "443dd7ed-c539-46ad-9d74-423cda5ac21c",
            "gambit_id": "0fcb5b00-bc9d-42fc-85a3-060b6737435f",
            "last_updated": "2023-07-22T09:43:03.819253-04:00",
            "created_at": "2023-07-20T08:33:11.492697-04:00",
            "name": "Game Total Over 9",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aad5a477-17de-47c7-8136-5f5f98da4837/?format=api"
        },
        {
            "id": "8386ccea-fe27-4ce3-939b-b468919b585b",
            "gambit_id": "66f05969-1336-4674-b87b-d2250eb7a0bf",
            "last_updated": "2023-07-22T09:43:03.823658-04:00",
            "created_at": "2023-07-20T08:33:11.494873-04:00",
            "name": "Game Total Under 9",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aad5a477-17de-47c7-8136-5f5f98da4837/?format=api"
        }
    ]
}