GET /api/bet_types/165819d0-a6db-4555-944c-3e5d14f4cd17/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "165819d0-a6db-4555-944c-3e5d14f4cd17",
    "match": "https://api-prod.gambitprofit.com/api/matches/c655d508-70d0-4d1e-b6fd-124180e11560/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-20T10:51:57.427618-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 8.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "6b447704-f4f8-458d-81ab-e639859b4184",
            "gambit_id": "a37ddbb0-70bc-4161-8013-31847664acab",
            "last_updated": "2023-05-22T13:17:10.461756-04:00",
            "created_at": "2023-05-20T10:51:57.432482-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/165819d0-a6db-4555-944c-3e5d14f4cd17/?format=api"
        },
        {
            "id": "3cb62619-8edd-429f-bd33-df6a0b88da16",
            "gambit_id": "bd85be83-5112-410b-b4f0-1da31214e618",
            "last_updated": "2023-05-22T13:17:10.460158-04:00",
            "created_at": "2023-05-20T10:51:57.429701-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/165819d0-a6db-4555-944c-3e5d14f4cd17/?format=api"
        }
    ]
}