GET /api/bet_types/8730ec87-570f-44ea-b94c-0603f9694462/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8730ec87-570f-44ea-b94c-0603f9694462",
    "match": "https://api-prod.gambitprofit.com/api/matches/94e73045-c95f-457a-ae83-b6522fe89a1d/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-10T15:12:00.870823-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 Under 223",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 223",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "c986955c-b5a3-4976-9074-5081d10a5de9",
            "gambit_id": "159e0562-c4cb-4d23-bbe2-eeab8bfa098d",
            "last_updated": "2023-05-11T11:17:08.478411-04:00",
            "created_at": "2023-05-10T15:12:00.872375-04:00",
            "name": "Game Total Under 223",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "223.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8730ec87-570f-44ea-b94c-0603f9694462/?format=api"
        },
        {
            "id": "5abc8755-2d17-4cd5-845e-8c252207e075",
            "gambit_id": "8da745c1-9b92-4e6f-b6f9-63ab4b2dfbc5",
            "last_updated": "2023-05-11T11:17:08.480221-04:00",
            "created_at": "2023-05-10T15:12:00.874454-04:00",
            "name": "Game Total Over 223",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "223.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8730ec87-570f-44ea-b94c-0603f9694462/?format=api"
        }
    ]
}