GET /api/bet_types/3a213d01-7106-4d3c-8d7d-c4f17f2f5267/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3a213d01-7106-4d3c-8d7d-c4f17f2f5267",
    "match": "https://api-prod.gambitprofit.com/api/matches/2ba1c109-8198-4483-b88f-898b88a4ef3b/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-06T08:43:30.710327-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 218",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 218",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "1dfb85bf-0775-4860-b879-95eed3372fa5",
            "gambit_id": "77a9abca-b298-4ed4-a13c-74230463327a",
            "last_updated": "2023-11-07T21:03:28.506709-05:00",
            "created_at": "2023-11-06T08:43:30.713839-05:00",
            "name": "Game Total Over 218",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "218.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a213d01-7106-4d3c-8d7d-c4f17f2f5267/?format=api"
        },
        {
            "id": "d21b71b5-d053-4c2d-95da-a52491822198",
            "gambit_id": "cabdbb12-9fec-4567-85c9-94118117f02f",
            "last_updated": "2023-11-07T21:03:28.509930-05:00",
            "created_at": "2023-11-06T08:43:30.717487-05:00",
            "name": "Game Total Under 218",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "218.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a213d01-7106-4d3c-8d7d-c4f17f2f5267/?format=api"
        }
    ]
}