GET /api/bet_types/b48f9951-2959-4775-bccb-49608184e403/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b48f9951-2959-4775-bccb-49608184e403",
    "match": "https://api-prod.gambitprofit.com/api/matches/8bcdf41d-82c0-49c1-a721-bbfa92286003/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-22T13:06:58.912032-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": "Total Rounds Over 2.5",
                "amount": 6714.0
            },
            {
                "team": "Total Rounds Under 2.5",
                "amount": 3286.0
            }
        ],
        "expected_reward_tokens": 9265.32,
        "profit_sb": -234.68,
        "profit_sb_percentage": -2.47,
        "recommended": false
    },
    "lines": [
        {
            "id": "b8f279aa-3faf-4d2a-b571-009d086e38e8",
            "gambit_id": "d6216ab0-0b6a-40df-8f2c-39d731c5e687",
            "last_updated": "2023-04-24T18:57:05.120350-04:00",
            "created_at": "2023-04-22T13:06:58.915823-04:00",
            "name": "Total Rounds Over 2.5",
            "reward": "1.38000",
            "odds": "1.40000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b48f9951-2959-4775-bccb-49608184e403/?format=api"
        },
        {
            "id": "d5643306-a8d8-40dc-a426-66d2190758d1",
            "gambit_id": "6232977d-bec6-4f8e-9e0c-fc6122dd1f2d",
            "last_updated": "2023-04-24T18:57:05.118077-04:00",
            "created_at": "2023-04-22T13:06:58.913716-04:00",
            "name": "Total Rounds Under 2.5",
            "reward": "2.82000",
            "odds": "2.90000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b48f9951-2959-4775-bccb-49608184e403/?format=api"
        }
    ]
}