GET /api/bet_types/43ea88ce-04db-468c-a4cd-98397011c0c6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "43ea88ce-04db-468c-a4cd-98397011c0c6",
    "match": "https://api-prod.gambitprofit.com/api/matches/732fe45e-b57b-4935-9481-31f9e399dd49/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-10T13:03:18.646297-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 10",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 10",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "fd4f0de3-2818-4629-b722-f99fb7dcdcb2",
            "gambit_id": "b00257c5-200e-4c32-a1de-dbf6bd8a0a2e",
            "last_updated": "2023-09-12T11:33:04.520068-04:00",
            "created_at": "2023-09-10T13:03:18.654790-04:00",
            "name": "Game Total Under 10",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/43ea88ce-04db-468c-a4cd-98397011c0c6/?format=api"
        },
        {
            "id": "1dcb4df1-426b-419b-a42d-10a289140f00",
            "gambit_id": "c38a74fc-47d4-46d6-80c0-e3a45dc17e76",
            "last_updated": "2023-09-12T11:33:04.513657-04:00",
            "created_at": "2023-09-10T13:03:18.650118-04:00",
            "name": "Game Total Over 10",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/43ea88ce-04db-468c-a4cd-98397011c0c6/?format=api"
        }
    ]
}