GET /api/bet_types/f71e2f3d-14d1-436b-bf0d-a78ef1e7c16e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f71e2f3d-14d1-436b-bf0d-a78ef1e7c16e",
    "match": "https://api-prod.gambitprofit.com/api/matches/b20de9f2-fbda-48f3-b663-43d5ef2cc94d/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-08T15:43:05.466208-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 9",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 9",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "5f1127f3-94b0-4adf-83b2-0cec80bae2ae",
            "gambit_id": "5c7c91d5-01cf-4aa1-a344-797ac99718be",
            "last_updated": "2023-07-09T20:33:26.428927-04:00",
            "created_at": "2023-07-08T15:43:05.471986-04:00",
            "name": "Game Total Under 9",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f71e2f3d-14d1-436b-bf0d-a78ef1e7c16e/?format=api"
        },
        {
            "id": "cd6afa8b-febd-40f2-9a92-2b31683a53ed",
            "gambit_id": "6ac29a1d-28ba-474c-b1c1-06088892bd93",
            "last_updated": "2023-07-09T20:33:26.427019-04:00",
            "created_at": "2023-07-08T15:43:05.469471-04:00",
            "name": "Game Total Over 9",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f71e2f3d-14d1-436b-bf0d-a78ef1e7c16e/?format=api"
        }
    ]
}